mercurial/commands.py
changeset 8034 15725dbc900f
parent 8033 aeb4a5c7a28e
child 8038 2ee6769afe82
--- a/mercurial/commands.py	Wed Apr 08 21:20:31 2009 +0200
+++ b/mercurial/commands.py	Wed Apr 08 22:07:20 2009 +0200
@@ -3261,7 +3261,7 @@
           ('', 'exact', None,
            _('apply patch to the nodes from which it was generated')),
           ('', 'import-branch', None,
-           _('Use any branch information in patch (implied by --exact)'))] +
+           _('use any branch information in patch (implied by --exact)'))] +
          commitopts + commitopts2 + similarityopts,
          _('[OPTION]... PATCH...')),
     "incoming|in":