hg paths gives a link between each path name and its URL.
> hg paths default = ssh://hg@example.org/repo local = /local/path/to/repo
hg paths <name> indicates the URL of the name.
> hg paths default ssh://hg@example.org/repo > hg paths local /local/path/to/repo
BTW to get only path names:
> hg paths -q default local
and hg paths -q <name> will not always be output.
Tim Delaney Feb 08 '13 at 19:46 2013-02-08 19:46
source share