comparison mercurial/commands.py @ 11089:9f2c0dd91389 stable

grep: clarify help for -r
author Brendan Cully <brendan@kublai.com>
date Mon, 03 May 2010 15:22:47 -0700
parents 49e14ec67144
children 70a0acfe51d6 275198bc904a
comparison
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":