Skip to content
Snippets Groups Projects
Commit 0470a44b authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

multi-urls: document the feature

We have a feature lets make it visible to people.

Differential Revision: https://phab.mercurial-scm.org/D10453
parent 834f4e9d
No related branches found
No related tags found
No related merge requests found
......@@ -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
individually.
``pushurl``
The URL to use for push operations. If not defined, the location
defined by the path's main entry is used.
......
......@@ -1872,6 +1872,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 individually.
"pushurl"
The URL to use for push operations. If not defined, the location
defined by the path's main entry is used.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment