hgext/graphlog.py
changeset 18267 5bb610f87d1d
parent 17773 434e5bd615fc
child 20118 6ed9141151bf
--- a/hgext/graphlog.py	Tue Jan 08 21:16:39 2013 +0100
+++ b/hgext/graphlog.py	Tue Jan 08 20:37:37 2013 +0100
@@ -39,7 +39,6 @@
      _('show changesets within the given named branch'), _('BRANCH')),
     ('P', 'prune', [],
      _('do not display revision or any of its ancestors'), _('REV')),
-    ('', 'hidden', False, _('show hidden changesets (DEPRECATED)')),
     ] + commands.logopts + commands.walkopts,
     _('[OPTION]... [FILE]'))
 def graphlog(ui, repo, *pats, **opts):