[Request] [+ ] D12435: path: explicitly declare the `multi-urls` suboptions
marmoute (Pierre-Yves David)
phabricator at mercurial-scm.org
Mon Apr 4 16:03:28 UTC 2022
marmoute created this revision.
Herald added a reviewer: hg-reviewers.
Herald added a subscriber: mercurial-patches.
REVISION SUMMARY
This will help documentation and discovery.
REPOSITORY
rHG Mercurial
BRANCH
default
REVISION DETAIL
https://phab.mercurial-scm.org/D12435
AFFECTED FILES
mercurial/configitems.py
CHANGE DETAILS
diff --git a/mercurial/configitems.py b/mercurial/configitems.py
--- a/mercurial/configitems.py
+++ b/mercurial/configitems.py
@@ -1747,6 +1747,12 @@
generic=True,
)
coreconfigitem(
+ b'paths',
+ b'.*:multi-urls',
+ default=False,
+ generic=True,
+)
+coreconfigitem(
b'phases',
b'checksubrepos',
default=b'follow',
To: marmoute, #hg-reviewers
Cc: mercurial-patches, mercurial-devel
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mercurial-scm.org/pipermail/mercurial-patches/attachments/20220404/25a7efd8/attachment.html>
More information about the Mercurial-patches
mailing list