Mercurial > public > mercurial-scm > hg
comparison mercurial/commands.py @ 11090:70a0acfe51d6
Merge with stable
author | Brendan Cully <brendan@kublai.com> |
---|---|
date | Mon, 03 May 2010 15:27:05 -0700 |
parents | 37d1b20168d1 9f2c0dd91389 |
children | 3ec4c5442910 |
comparison
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": |