changeset 13234 | 0935ff767285 |
parent 13191 | 1aea66b71f4f |
parent 13230 | 827a1cc127bf |
child 13235 | 6bf39d88c857 |
--- a/mercurial/commands.py Fri Dec 31 17:09:38 2010 -0600 +++ b/mercurial/commands.py Wed Jan 05 15:56:03 2011 +0100 @@ -1880,7 +1880,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