Mercurial > hgrepos > Python > libs > ConfigMix
changeset 684:a9eef98e5038
Docs
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 10 Jun 2023 11:48:15 +0200 |
| parents | 3062b63325c4 |
| children | 2e7920b0b4d9 |
| files | configmix/config.py |
| diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configmix/config.py Sat Jun 10 11:40:05 2023 +0200 +++ b/configmix/config.py Sat Jun 10 11:48:15 2023 +0200 @@ -1104,7 +1104,8 @@ :param bool resolve_ref: If `True` then the jail's root is checked whether it is a reference. If it is a reference then the jail is effectively rooted - where the reference points to. + where the reference points to. This process + is done recursively. :return: a jailed (aka restricted) configuration :rtype: _JailedConfiguration
