##// END OF EJS Templates
fetch: remove shorthand of --edit colliding against -e/-ssh in remoteopts (BC)...
FUJIWARA Katsunori -
r33013:9c242e9f default
parent child Browse files
Show More
@@ -35,7 +35,7 b" testedwith = 'ships-with-hg-core'"
35 @command('fetch',
35 @command('fetch',
36 [('r', 'rev', [],
36 [('r', 'rev', [],
37 _('a specific revision you would like to pull'), _('REV')),
37 _('a specific revision you would like to pull'), _('REV')),
38 ('e', 'edit', None, _('invoke editor on commit messages')),
38 ('', 'edit', None, _('invoke editor on commit messages')),
39 ('', 'force-editor', None, _('edit commit message (DEPRECATED)')),
39 ('', 'force-editor', None, _('edit commit message (DEPRECATED)')),
40 ('', 'switch-parent', None, _('switch parents when merging')),
40 ('', 'switch-parent', None, _('switch parents when merging')),
41 ] + cmdutil.commitopts + cmdutil.commitopts2 + cmdutil.remoteopts,
41 ] + cmdutil.commitopts + cmdutil.commitopts2 + cmdutil.remoteopts,
General Comments 0
You need to be logged in to leave comments. Login now