# HG changeset patch # User Martin Geisler # Date 1234134564 -3600 # Node ID ec9b726a94287d1ef729d0a6c9d21acd690bb083 # Parent fceb9fa01a00ca494500eac5a79b2f1ebc1e8020 commands: fix paths command docstring indention diff -r fceb9fa01a00 -r ec9b726a9428 mercurial/commands.py --- 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.