Mercurial > hgrepos > Python > libs > ConfigMix
comparison configmix/config.py @ 684:a9eef98e5038
Docs
| author | Franz Glasner <fzglas.hg@dom66.de> |
|---|---|
| date | Sat, 10 Jun 2023 11:48:15 +0200 |
| parents | aa39c1856de4 |
| children | 2e7920b0b4d9 |
comparison
equal
deleted
inserted
replaced
| 683:3062b63325c4 | 684:a9eef98e5038 |
|---|---|
| 1102 `bind_root` to `False`; otherwise use | 1102 `bind_root` to `False`; otherwise use |
| 1103 the default | 1103 the default |
| 1104 :param bool resolve_ref: If `True` then the jail's root is checked | 1104 :param bool resolve_ref: If `True` then the jail's root is checked |
| 1105 whether it is a reference. If it is a | 1105 whether it is a reference. If it is a |
| 1106 reference then the jail is effectively rooted | 1106 reference then the jail is effectively rooted |
| 1107 where the reference points to. | 1107 where the reference points to. This process |
| 1108 is done recursively. | |
| 1108 :return: a jailed (aka restricted) configuration | 1109 :return: a jailed (aka restricted) configuration |
| 1109 :rtype: _JailedConfiguration | 1110 :rtype: _JailedConfiguration |
| 1110 | 1111 |
| 1111 Exactly one of `rootpath` or `root` must be given. | 1112 Exactly one of `rootpath` or `root` must be given. |
| 1112 | 1113 |
