changeset 8038:2ee6769afe82

commands: removed bad linebreak in import help
author Martin Geisler <mg@lazybytes.net>
date Thu, 09 Apr 2009 10:48:07 +0200
parents ffbebfb6b8d4
children 18081ce1e630
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Wed Apr 08 23:24:22 2009 +0200
+++ b/mercurial/commands.py	Thu Apr 09 10:48:07 2009 +0200
@@ -3252,7 +3252,7 @@
     "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,