log: hide hidden option until it actually does something
authorMatt Mackall <mpm@selenic.com>
Sun, 06 Nov 2011 14:40:31 -0600
changeset 15424 f3b5ba25d217
parent 15423 ea5b346024e1
child 15433 4df3de1d44ce
log: hide hidden option until it actually does something
mercurial/commands.py
--- a/mercurial/commands.py	Fri Nov 04 00:40:47 2011 +0100
+++ b/mercurial/commands.py	Sun Nov 06 14:40:31 2011 -0600
@@ -3721,7 +3721,7 @@
      _('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')),
+    ('', 'hidden', False, _('show hidden changesets (DEPRECATED)')),
     ] + logopts + walkopts,
     _('[OPTION]... [FILE]'))
 def log(ui, repo, *pats, **opts):