comparison 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
comparison
equal deleted inserted replaced
15423:ea5b346024e1 15424:f3b5ba25d217
3719 _('BRANCH')), 3719 _('BRANCH')),
3720 ('b', 'branch', [], 3720 ('b', 'branch', [],
3721 _('show changesets within the given named branch'), _('BRANCH')), 3721 _('show changesets within the given named branch'), _('BRANCH')),
3722 ('P', 'prune', [], 3722 ('P', 'prune', [],
3723 _('do not display revision or any of its ancestors'), _('REV')), 3723 _('do not display revision or any of its ancestors'), _('REV')),
3724 ('', 'hidden', False, _('show hidden changesets')), 3724 ('', 'hidden', False, _('show hidden changesets (DEPRECATED)')),
3725 ] + logopts + walkopts, 3725 ] + logopts + walkopts,
3726 _('[OPTION]... [FILE]')) 3726 _('[OPTION]... [FILE]'))
3727 def log(ui, repo, *pats, **opts): 3727 def log(ui, repo, *pats, **opts):
3728 """show revision history of entire repository or files 3728 """show revision history of entire repository or files
3729 3729