##// END OF EJS Templates
Added missing space in continued string.
Thomas Arendsen Hein -
r2544:0ab63318 default
parent child Browse files
Show More
@@ -3034,7 +3034,7 b' table = {'
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,
General Comments 0
You need to be logged in to leave comments. Login now