Mercurial > hgrepos > Python > libs > ConfigMix
diff configmix/config.py @ 426:84d4f82ffe59
Docs: more on jails and sub-jails
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Tue, 07 Dec 2021 09:38:33 +0100 |
| parents | 079a82129110 |
| children | 090a25f36a3d |
line wrap: on
line diff
--- a/configmix/config.py Tue Dec 07 09:27:44 2021 +0100 +++ b/configmix/config.py Tue Dec 07 09:38:33 2021 +0100 @@ -782,7 +782,11 @@ @property def base(self): - """Ask for the base (aka parent) configuration""" + """Ask for the base (aka parent) configuration". + + This configuration is always unjailed. + + """ return self._base def rebind(self, new_base):
