Mercurial > public > mercurial-scm > hg
diff mercurial/configitems.py @ 49036:9e2ac831f503
path: explicitly declare the `multi-urls` suboptions
This will help documentation and discovery.
Differential Revision: https://phab.mercurial-scm.org/D12435
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 04 Apr 2022 15:36:17 +0200 |
parents | 51565fedfe7f |
children | bb76343959d6 |
line wrap: on
line diff
--- a/mercurial/configitems.py Mon Apr 04 15:35:59 2022 +0200 +++ b/mercurial/configitems.py Mon Apr 04 15:36:17 2022 +0200 @@ -1747,6 +1747,12 @@ generic=True, ) coreconfigitem( + b'paths', + b'.*:multi-urls', + default=False, + generic=True, +) +coreconfigitem( b'phases', b'checksubrepos', default=b'follow',