Show More
@@ -35,7 +35,7 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 |
(' |
|
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