comparison tests/test-help.t @ 47274:0470a44b9e74

multi-urls: document the feature We have a feature lets make it visible to people. Differential Revision: https://phab.mercurial-scm.org/D10453
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 16 Apr 2021 00:19:04 +0200
parents 119790e1c67c
children ff97e793ed36
comparison
equal deleted inserted replaced
47273:834f4e9d1af2 47274:0470a44b9e74
1870 Paths using the 'path://otherpath' scheme will inherit the sub-options 1870 Paths using the 'path://otherpath' scheme will inherit the sub-options
1871 value from the path they point to. 1871 value from the path they point to.
1872 1872
1873 The following sub-options can be defined: 1873 The following sub-options can be defined:
1874 1874
1875 "multi-urls"
1876 A boolean option. When enabled the value of the '[paths]' entry will be
1877 parsed as a list and the alias will resolve to multiple destination. If
1878 some of the list entry use the 'path://' syntax, the suboption will be
1879 inherited individually.
1880
1875 "pushurl" 1881 "pushurl"
1876 The URL to use for push operations. If not defined, the location 1882 The URL to use for push operations. If not defined, the location
1877 defined by the path's main entry is used. 1883 defined by the path's main entry is used.
1878 1884
1879 "pushrev" 1885 "pushrev"