mercurial/commands.py
changeset 8038 2ee6769afe82
parent 8034 15725dbc900f
child 8039 18081ce1e630
--- 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,