mercurial/commands.py
changeset 15424 f3b5ba25d217
parent 15405 e4a17bb8472f
child 15440 9ab2b3b730ee
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