# HG changeset patch # User Martin Geisler # Date 2009-04-08 20:07:20 # Node ID 15725dbc900faa2204b89a5cdfa92f6ec736a5a8 # Parent aeb4a5c7a28e01865c0054a265906d4d3788d05c commands: lower-case --import-branch help text diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -3261,7 +3261,7 @@ table = { ('', '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":