# HG changeset patch # User Martin Geisler # Date 1239221240 -7200 # Node ID 15725dbc900faa2204b89a5cdfa92f6ec736a5a8 # Parent aeb4a5c7a28e01865c0054a265906d4d3788d05c commands: lower-case --import-branch help text diff -r aeb4a5c7a28e -r 15725dbc900f 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":