# HG changeset patch # User Martin Geisler # Date 2009-04-09 08:48:07 # Node ID 2ee6769afe829ef294f04877ac2ce1ac9475290e # Parent ffbebfb6b8d427b02a6fa3b680ad86cb9ef31b16 commands: removed bad linebreak in import help diff --git a/mercurial/commands.py b/mercurial/commands.py --- a/mercurial/commands.py +++ b/mercurial/commands.py @@ -3252,7 +3252,7 @@ table = { "import|patch": (import_, [('p', 'strip', 1, - _('directory strip option for patch. This has the same\n' + _('directory strip option for patch. This has the same ' 'meaning as the corresponding patch option')), ('b', 'base', '', _('base path')), ('f', 'force', None,