Mercurial > hg
changeset 7743:ec9b726a9428
commands: fix paths command docstring indention
author | Martin Geisler <mg@daimi.au.dk> |
---|---|
date | Mon, 09 Feb 2009 00:09:24 +0100 |
parents | fceb9fa01a00 |
children | b44dbb95f07f |
files | mercurial/commands.py |
diffstat | 1 files changed, 4 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Mon Feb 09 13:08:32 2009 +0100 +++ b/mercurial/commands.py Mon Feb 09 00:09:24 2009 +0100 @@ -2109,13 +2109,14 @@ 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 aliases for remote repositories - Show definition of symbolic path name NAME. If no name is given, show - definition of available names. + 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.