Mercurial > public > mercurial-scm > hg
diff mercurial/commands.py @ 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 | 15725dbc900f |
children | 18081ce1e630 |
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,