Mercurial > public > mercurial-scm > hg
diff mercurial/commands.py @ 13230:827a1cc127bf stable
commands: clarify which aliases "hg help -v" show (issue2572)
author | Martin Geisler <mg@aragost.com> |
---|---|
date | Wed, 05 Jan 2011 10:47:35 +0100 |
parents | 1c1ca9d393f4 |
children | 0935ff767285 a939f08fae9c |
line wrap: on
line diff
--- a/mercurial/commands.py Sat Jan 01 18:24:18 2011 -0600 +++ b/mercurial/commands.py Wed Jan 05 10:47:35 2011 +0100 @@ -1881,7 +1881,7 @@ msg = _('use "hg help" for the full list of commands ' 'or "hg -v" for details') elif aliases: - msg = _('use "hg -v help%s" to show aliases and ' + msg = _('use "hg -v help%s" to show builtin aliases and ' 'global options') % (name and " " + name or "") else: msg = _('use "hg -v help %s" to show global options') % name