# HG changeset patch # User Pierre-Yves David # Date 2021-04-10 13:28:10 # Node ID ede52e19c752eeff69d4df8188413b0111a62f04 # Parent 856820b497fcf31b7904e0b160c318437581d0c0 help: point to `hg help urls` in `hg help config.paths` This seems useful to point at what people can put as value for these config. Differential Revision: https://phab.mercurial-scm.org/D10371 diff --git a/mercurial/helptext/config.txt b/mercurial/helptext/config.txt --- a/mercurial/helptext/config.txt +++ b/mercurial/helptext/config.txt @@ -1702,7 +1702,8 @@ location of the repository. Example:: These symbolic names can be used from the command line. To pull from ``my_server``: :hg:`pull my_server`. To push to ``local_path``: -:hg:`push local_path`. +:hg:`push local_path`. You can check :hg:`help urls` for details about +valid URLs. Options containing colons (``:``) denote sub-options that can influence behavior for that specific path. Example:: diff --git a/tests/test-help.t b/tests/test-help.t --- a/tests/test-help.t +++ b/tests/test-help.t @@ -1833,7 +1833,7 @@ Test section lookup These symbolic names can be used from the command line. To pull from "my_server": 'hg pull my_server'. To push to "local_path": 'hg push - local_path'. + local_path'. You can check 'hg help urls' for details about valid URLs. Options containing colons (":") denote sub-options that can influence behavior for that specific path. Example: