commands: lower-case --import-branch help text
authorMartin Geisler <mg@lazybytes.net>
Wed, 08 Apr 2009 22:07:20 +0200
changeset 8034 15725dbc900f
parent 8033 aeb4a5c7a28e
child 8037 ffbebfb6b8d4
commands: lower-case --import-branch help text
mercurial/commands.py
--- 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":