changeset 2544:0ab63318bc36

Added missing space in continued string.
author Thomas Arendsen Hein <thomas@intevation.de>
date Fri, 30 Jun 2006 21:57:57 +0200
parents 860e9c83fc59
children cff57cb5631e
files mercurial/commands.py
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/mercurial/commands.py	Fri Jun 30 21:41:46 2006 +0200
+++ b/mercurial/commands.py	Fri Jun 30 21:57:57 2006 +0200
@@ -3034,7 +3034,7 @@
           ('', '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,