hgext/fetch.py
changeset 33013 9c242e9fca65
parent 32375 04baab18d60a
child 34977 a56bf5591918
--- a/hgext/fetch.py	Fri Jun 23 17:15:53 2017 +0200
+++ b/hgext/fetch.py	Sat Jun 24 02:39:13 2017 +0900
@@ -35,7 +35,7 @@
 @command('fetch',
     [('r', 'rev', [],
      _('a specific revision you would like to pull'), _('REV')),
-    ('e', 'edit', None, _('invoke editor on commit messages')),
+    ('', 'edit', None, _('invoke editor on commit messages')),
     ('', 'force-editor', None, _('edit commit message (DEPRECATED)')),
     ('', 'switch-parent', None, _('switch parents when merging')),
     ] + cmdutil.commitopts + cmdutil.commitopts2 + cmdutil.remoteopts,