Mercurial > public > mercurial-scm > hg
diff mercurial/commands.py @ 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 | e4a17bb8472f |
children | 9ab2b3b730ee |
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):