mercurial/commands.py
branchstable
changeset 15073 19071b04c9c1
parent 15044 39eb2e86fb11
child 15081 d30ec2d16c5a
equal deleted inserted replaced
15071:ad6eb7d7dbca 15073:19071b04c9c1
  3345      _('BRANCH')),
  3345      _('BRANCH')),
  3346     ('b', 'branch', [],
  3346     ('b', 'branch', [],
  3347      _('show changesets within the given named branch'), _('BRANCH')),
  3347      _('show changesets within the given named branch'), _('BRANCH')),
  3348     ('P', 'prune', [],
  3348     ('P', 'prune', [],
  3349      _('do not display revision or any of its ancestors'), _('REV')),
  3349      _('do not display revision or any of its ancestors'), _('REV')),
  3350     ('h', 'hidden', False, _('show hidden changesets')),
  3350     ('', 'hidden', False, _('show hidden changesets')),
  3351     ] + logopts + walkopts,
  3351     ] + logopts + walkopts,
  3352     _('[OPTION]... [FILE]'))
  3352     _('[OPTION]... [FILE]'))
  3353 def log(ui, repo, *pats, **opts):
  3353 def log(ui, repo, *pats, **opts):
  3354     """show revision history of entire repository or files
  3354     """show revision history of entire repository or files
  3355 
  3355