changeset 8034:15725dbc900f

commands: lower-case --import-branch help text
author Martin Geisler <mg@lazybytes.net>
date Wed, 08 Apr 2009 22:07:20 +0200
parents aeb4a5c7a28e
children ffbebfb6b8d4
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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":