[Updated] D12435: path: explicitly declare the `multi-urls` suboptions

marmoute (Pierre-Yves David) phabricator at mercurial-scm.org
Thu Apr 7 08:31:47 UTC 2022


Closed by commit rHGbbe08c3b9635: path: explicitly declare the `multi-urls` suboptions (authored by marmoute).
This revision was automatically updated to reflect the committed changes.

REPOSITORY
  rHG Mercurial

CHANGES SINCE LAST UPDATE
  https://phab.mercurial-scm.org/D12435?vs=32755&id=32860

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D12435/new/

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, Alphare
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20220407/11007740/attachment-0002.html>


More information about the Mercurial-patches mailing list