# HG changeset patch # User Thomas Arendsen Hein # Date 1151697477 -7200 # Node ID 0ab63318bc36baee1bbbae1f3f695dadf6403572 # Parent 860e9c83fc590cd8173bb888e3376db58bc2e7d1 Added missing space in continued string. diff -r 860e9c83fc59 -r 0ab63318bc36 mercurial/commands.py --- 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,