mercurial/commands.py
changeset 2544 0ab63318bc36
parent 2521 9cceb439048b
child 2549 e1831f06eef1
--- 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,