Mercurial > hg
changeset 4324:cd650cd61b06
help: log --keyword is case-insensitive
author | TK Soh <teekaysoh@yahoo.com> |
---|---|
date | Thu, 29 Mar 2007 10:25:19 -0500 |
parents | 7843528a7922 |
children | aa26759c6fb3 5e3936eabe5d |
files | mercurial/commands.py |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/mercurial/commands.py Thu Mar 29 09:32:59 2007 -0500 +++ b/mercurial/commands.py Thu Mar 29 10:25:19 2007 -0500 @@ -2841,7 +2841,7 @@ _('only follow the first parent of merge changesets')), ('d', 'date', '', _('show revs matching date spec')), ('C', 'copies', None, _('show copied files')), - ('k', 'keyword', [], _('search for a keyword')), + ('k', 'keyword', [], _('do case-insensitive search for a keyword')), ('l', 'limit', '', _('limit number of changes displayed')), ('r', 'rev', [], _('show the specified revision or range')), ('', 'removed', None, _('include revs where files were removed')),