mercurial/commands.py
branchstable
changeset 11089 9f2c0dd91389
parent 11067 49e14ec67144
child 11090 70a0acfe51d6
child 11102 275198bc904a
equal deleted inserted replaced
11082:b8d0b4721aff 11089:9f2c0dd91389
  3608              ' or file history across copies and renames')),
  3608              ' or file history across copies and renames')),
  3609           ('i', 'ignore-case', None, _('ignore case when matching')),
  3609           ('i', 'ignore-case', None, _('ignore case when matching')),
  3610           ('l', 'files-with-matches', None,
  3610           ('l', 'files-with-matches', None,
  3611            _('print only filenames and revisions that match')),
  3611            _('print only filenames and revisions that match')),
  3612           ('n', 'line-number', None, _('print matching line numbers')),
  3612           ('n', 'line-number', None, _('print matching line numbers')),
  3613           ('r', 'rev', [], _('search in given revision range')),
  3613           ('r', 'rev', [], _('only search files changed within revision range')),
  3614           ('u', 'user', None, _('list the author (long with -v)')),
  3614           ('u', 'user', None, _('list the author (long with -v)')),
  3615           ('d', 'date', None, _('list the date (short with -q)')),
  3615           ('d', 'date', None, _('list the date (short with -q)')),
  3616          ] + walkopts,
  3616          ] + walkopts,
  3617          _('[OPTION]... PATTERN [FILE]...')),
  3617          _('[OPTION]... PATTERN [FILE]...')),
  3618     "heads":
  3618     "heads":