Added missing space in continued string.
authorThomas Arendsen Hein <thomas@intevation.de>
Fri, 30 Jun 2006 21:57:57 +0200
changeset 2544 0ab63318bc36
parent 2543 860e9c83fc59
child 2545 cff57cb5631e
Added missing space in continued string.
mercurial/commands.py
--- a/mercurial/commands.py
+++ b/mercurial/commands.py
@@ -3034,7 +3034,7 @@ table = {
           ('', 'remotecmd', '',
            _('specify hg command to run on the remote side'))],
          _('hg incoming [-p] [-n] [-M] [-r REV]...'
-           '[--bundle FILENAME] [SOURCE]')),
+           ' [--bundle FILENAME] [SOURCE]')),
     "^init": (init, [], _('hg init [DEST]')),
     "locate":
         (locate,