mercurial/commands.py
changeset 15405 e4a17bb8472f
parent 15404 c1eb8398fe82
child 15424 f3b5ba25d217
equal deleted inserted replaced
15404:c1eb8398fe82 15405:e4a17bb8472f
  3703 
  3703 
  3704 @command('^log|history',
  3704 @command('^log|history',
  3705     [('f', 'follow', None,
  3705     [('f', 'follow', None,
  3706      _('follow changeset history, or file history across copies and renames')),
  3706      _('follow changeset history, or file history across copies and renames')),
  3707     ('', 'follow-first', None,
  3707     ('', 'follow-first', None,
  3708      _('only follow the first parent of merge changesets')),
  3708      _('only follow the first parent of merge changesets (DEPRECATED)')),
  3709     ('d', 'date', '', _('show revisions matching date spec'), _('DATE')),
  3709     ('d', 'date', '', _('show revisions matching date spec'), _('DATE')),
  3710     ('C', 'copies', None, _('show copied files')),
  3710     ('C', 'copies', None, _('show copied files')),
  3711     ('k', 'keyword', [],
  3711     ('k', 'keyword', [],
  3712      _('do case-insensitive search for a given text'), _('TEXT')),
  3712      _('do case-insensitive search for a given text'), _('TEXT')),
  3713     ('r', 'rev', [], _('show the specified revision or range'), _('REV')),
  3713     ('r', 'rev', [], _('show the specified revision or range'), _('REV')),
  3714     ('', 'removed', None, _('include revisions where files were removed')),
  3714     ('', 'removed', None, _('include revisions where files were removed')),
  3715     ('m', 'only-merges', None, _('show only merges')),
  3715     ('m', 'only-merges', None, _('show only merges (DEPRECATED)')),
  3716     ('u', 'user', [], _('revisions committed by user'), _('USER')),
  3716     ('u', 'user', [], _('revisions committed by user'), _('USER')),
  3717     ('', 'only-branch', [],
  3717     ('', 'only-branch', [],
  3718      _('show only changesets within the given named branch (DEPRECATED)'),
  3718      _('show only changesets within the given named branch (DEPRECATED)'),
  3719      _('BRANCH')),
  3719      _('BRANCH')),
  3720     ('b', 'branch', [],
  3720     ('b', 'branch', [],