[Commented On] D10453: multi-urls: document the feature
baymax (Baymax, Your Personal Patch-care Companion)
phabricator at mercurial-scm.org
Fri Apr 30 12:27:04 UTC 2021
baymax added a comment.
baymax updated this revision to Diff 27241.
✅ refresh by Heptapod after a successful CI run (🐙 💚)
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D10453?vs=27213&id=27241
BRANCH
default
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D10453/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D10453
AFFECTED FILES
mercurial/helptext/config.txt
tests/test-help.t
CHANGE DETAILS
diff --git a/tests/test-help.t b/tests/test-help.t
--- a/tests/test-help.t
+++ b/tests/test-help.t
@@ -1847,6 +1847,12 @@
The following sub-options can be defined:
+ "multi-urls"
+ A boolean option. When enabled the value of the '[paths]' entry will be
+ parsed as a list and the alias will resolve to multiple destination. If
+ some of the list entry use the 'path://' syntax, the suboption will be
+ inherited indiviually.
+
"pushurl"
The URL to use for push operations. If not defined, the location
defined by the path's main entry is used.
diff --git a/mercurial/helptext/config.txt b/mercurial/helptext/config.txt
--- a/mercurial/helptext/config.txt
+++ b/mercurial/helptext/config.txt
@@ -1718,6 +1718,12 @@
The following sub-options can be defined:
+``multi-urls``
+ A boolean option. When enabled the value of the `[paths]` entry will be
+ parsed as a list and the alias will resolve to multiple destination. If some
+ of the list entry use the `path://` syntax, the suboption will be inherited
+ indiviually.
+
``pushurl``
The URL to use for push operations. If not defined, the location
defined by the path's main entry is used.
To: marmoute, #hg-reviewers, Alphare
Cc: Alphare, mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20210430/7e10fdbf/attachment-0002.html>
More information about the Mercurial-patches
mailing list