Comments
Patch
@@ -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.
@@ -1717,6 +1717,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.