Mercurial > hg-stable
changeset 15073:19071b04c9c1 stable
log: remove -h short option for --hidden (issue2995)
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 09 Sep 2011 14:41:22 -0500 |
parents | ad6eb7d7dbca |
children | 64fbd0de9773 |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Thu Sep 08 18:29:53 2011 -0500 +++ b/mercurial/commands.py Fri Sep 09 14:41:22 2011 -0500 @@ -3347,7 +3347,7 @@ _('show changesets within the given named branch'), _('BRANCH')), ('P', 'prune', [], _('do not display revision or any of its ancestors'), _('REV')), - ('h', 'hidden', False, _('show hidden changesets')), + ('', 'hidden', False, _('show hidden changesets')), ] + logopts + walkopts, _('[OPTION]... [FILE]')) def log(ui, repo, *pats, **opts):