comparison mercurial/commands.py @ 4324:cd650cd61b06

help: log --keyword is case-insensitive
author TK Soh <teekaysoh@yahoo.com>
date Thu, 29 Mar 2007 10:25:19 -0500
parents 38922a13101e
children aa26759c6fb3 671158f060cc
comparison
equal deleted inserted replaced
4323:7843528a7922 4324:cd650cd61b06
2839 _('follow changeset history, or file history across copies and renames')), 2839 _('follow changeset history, or file history across copies and renames')),
2840 ('', 'follow-first', None, 2840 ('', 'follow-first', None,
2841 _('only follow the first parent of merge changesets')), 2841 _('only follow the first parent of merge changesets')),
2842 ('d', 'date', '', _('show revs matching date spec')), 2842 ('d', 'date', '', _('show revs matching date spec')),
2843 ('C', 'copies', None, _('show copied files')), 2843 ('C', 'copies', None, _('show copied files')),
2844 ('k', 'keyword', [], _('search for a keyword')), 2844 ('k', 'keyword', [], _('do case-insensitive search for a keyword')),
2845 ('l', 'limit', '', _('limit number of changes displayed')), 2845 ('l', 'limit', '', _('limit number of changes displayed')),
2846 ('r', 'rev', [], _('show the specified revision or range')), 2846 ('r', 'rev', [], _('show the specified revision or range')),
2847 ('', 'removed', None, _('include revs where files were removed')), 2847 ('', 'removed', None, _('include revs where files were removed')),
2848 ('M', 'no-merges', None, _('do not show merges')), 2848 ('M', 'no-merges', None, _('do not show merges')),
2849 ('', 'style', '', _('display using template map file')), 2849 ('', 'style', '', _('display using template map file')),