##// END OF EJS Templates
Clarified 'hg paths' command help
Bill Barry -
r7691:bcdc2fe3 default
parent child Browse files
Show More
@@ -2108,14 +2108,13 b' def parents(ui, repo, file_=None, **opts'
2108 2108 displayer = cmdutil.show_changeset(ui, repo, opts)
2109 2109 for n in p:
2110 2110 if n != nullid:
2111 displayer.show(repo[n])
2111 displayer.show(repo[n])
2112 2112
2113 2113 def paths(ui, repo, search=None):
2114 """show definition of symbolic path names
2115
2116 Show definition of symbolic path name NAME. If no name is given, show
2117 definition of available names.
2118
2114 """show aliases for remote repositories
2115
2116 Show definition of symbolic path name NAME. If no name is given, show
2117 definition of available names.
2119 2118 Path names are defined in the [paths] section of /etc/mercurial/hgrc
2120 2119 and $HOME/.hgrc. If run inside a repository, .hg/hgrc is used, too.
2121 2120 """
General Comments 0
You need to be logged in to leave comments. Login now