Mercurial > hg
changeset 7691:bcdc2fe3fd07
Clarified 'hg paths' command help
author | Bill Barry <after.fallout@gmail.com> |
---|---|
date | Thu, 22 Jan 2009 08:39:34 -0700 |
parents | 1574c2704b11 |
children | a55de9e2726f |
files | mercurial/commands.py |
diffstat | 1 files changed, 5 insertions(+), 6 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Sun Jan 25 18:58:12 2009 +0100 +++ b/mercurial/commands.py Thu Jan 22 08:39:34 2009 -0700 @@ -2108,14 +2108,13 @@ displayer = cmdutil.show_changeset(ui, repo, opts) for n in p: if n != nullid: - displayer.show(repo[n]) + displayer.show(repo[n]) def paths(ui, repo, search=None): - """show definition of symbolic path names - - Show definition of symbolic path name NAME. If no name is given, show - definition of available names. - + """show aliases for remote repositories + + Show definition of symbolic path name NAME. If no name is given, show + definition of available names. Path names are defined in the [paths] section of /etc/mercurial/hgrc and $HOME/.hgrc. If run inside a repository, .hg/hgrc is used, too. """