# HG changeset patch # User Matt Mackall # Date 1320612031 21600 # Node ID f3b5ba25d21787a9e4aa5fc243ecbafc9e978e00 # Parent ea5b346024e1b26482c07c804ccdb6e0313e48b4 log: hide hidden option until it actually does something diff -r ea5b346024e1 -r f3b5ba25d217 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):