comparison mercurial/commands.py @ 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 9cceb439048b
children e1831f06eef1
comparison
equal deleted inserted replaced
2543:860e9c83fc59 2544:0ab63318bc36
3032 ('', 'template', '', _('display with template')), 3032 ('', 'template', '', _('display with template')),
3033 ('e', 'ssh', '', _('specify ssh command to use')), 3033 ('e', 'ssh', '', _('specify ssh command to use')),
3034 ('', 'remotecmd', '', 3034 ('', 'remotecmd', '',
3035 _('specify hg command to run on the remote side'))], 3035 _('specify hg command to run on the remote side'))],
3036 _('hg incoming [-p] [-n] [-M] [-r REV]...' 3036 _('hg incoming [-p] [-n] [-M] [-r REV]...'
3037 '[--bundle FILENAME] [SOURCE]')), 3037 ' [--bundle FILENAME] [SOURCE]')),
3038 "^init": (init, [], _('hg init [DEST]')), 3038 "^init": (init, [], _('hg init [DEST]')),
3039 "locate": 3039 "locate":
3040 (locate, 3040 (locate,
3041 [('r', 'rev', '', _('search the repository as it stood at rev')), 3041 [('r', 'rev', '', _('search the repository as it stood at rev')),
3042 ('0', 'print0', None, 3042 ('0', 'print0', None,