##// END OF EJS Templates
Merge with stable
Brendan Cully -
r11090:70a0acfe merge default
parent child Browse files
Show More
@@ -3666,7 +3666,7 b' table = {'
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,
General Comments 0
You need to be logged in to leave comments. Login now