comparison tests/test-help.t @ 46905:95a5ed7db9ca

help: document the `path://` url scheme If we want people to use it, we need to document it. Differential Revision: https://phab.mercurial-scm.org/D10372
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Sat, 10 Apr 2021 15:30:32 +0200
parents ede52e19c752
children da4e6d7a8fdd
comparison
equal deleted inserted replaced
46904:ede52e19c752 46905:95a5ed7db9ca
1840 1840
1841 [paths] 1841 [paths]
1842 my_server = https://example.com/my_path 1842 my_server = https://example.com/my_path
1843 my_server:pushurl = ssh://example.com/my_path 1843 my_server:pushurl = ssh://example.com/my_path
1844 1844
1845 Paths using the 'path://otherpath' scheme will inherit the sub-options
1846 value from the path they point to.
1847
1845 The following sub-options can be defined: 1848 The following sub-options can be defined:
1846 1849
1847 "pushurl" 1850 "pushurl"
1848 The URL to use for push operations. If not defined, the location 1851 The URL to use for push operations. If not defined, the location
1849 defined by the path's main entry is used. 1852 defined by the path's main entry is used.