mercurial/commands.py
changeset 11090 70a0acfe51d6
parent 11078 37d1b20168d1
parent 11089 9f2c0dd91389
child 11091 3ec4c5442910
equal deleted inserted replaced
11086:c2601c216333 11090:70a0acfe51d6
  3664              ' or file history across copies and renames')),
  3664              ' or file history across copies and renames')),
  3665           ('i', 'ignore-case', None, _('ignore case when matching')),
  3665           ('i', 'ignore-case', None, _('ignore case when matching')),
  3666           ('l', 'files-with-matches', None,
  3666           ('l', 'files-with-matches', None,
  3667            _('print only filenames and revisions that match')),
  3667            _('print only filenames and revisions that match')),
  3668           ('n', 'line-number', None, _('print matching line numbers')),
  3668           ('n', 'line-number', None, _('print matching line numbers')),
  3669           ('r', 'rev', [], _('search in given revision range')),
  3669           ('r', 'rev', [], _('only search files changed within revision range')),
  3670           ('u', 'user', None, _('list the author (long with -v)')),
  3670           ('u', 'user', None, _('list the author (long with -v)')),
  3671           ('d', 'date', None, _('list the date (short with -q)')),
  3671           ('d', 'date', None, _('list the date (short with -q)')),
  3672          ] + walkopts,
  3672          ] + walkopts,
  3673          _('[OPTION]... PATTERN [FILE]...')),
  3673          _('[OPTION]... PATTERN [FILE]...')),
  3674     "heads":
  3674     "heads":