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": |