log: remove -h short option for --hidden (issue2995) stable
authorMatt Mackall <mpm@selenic.com>
Fri, 09 Sep 2011 14:41:22 -0500
branchstable
changeset 15073 19071b04c9c1
parent 15071 ad6eb7d7dbca
child 15074 64fbd0de9773
log: remove -h short option for --hidden (issue2995)
mercurial/commands.py
--- 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):