changeset 15424:f3b5ba25d217

log: hide hidden option until it actually does something
author Matt Mackall <mpm@selenic.com>
date Sun, 06 Nov 2011 14:40:31 -0600
parents ea5b346024e1
children 4df3de1d44ce
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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):