help: log --keyword is case-insensitive
authorTK Soh <teekaysoh@yahoo.com>
Thu, 29 Mar 2007 10:25:19 -0500
changeset 4324 cd650cd61b06
parent 4323 7843528a7922
child 4325 aa26759c6fb3
child 4326 5e3936eabe5d
help: log --keyword is case-insensitive
mercurial/commands.py
--- 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')),