hgext/fetch.py
branchstable
changeset 21952 3838b910fa6b
parent 21406 288a793c3167
child 22000 20fd00ee432e
--- a/hgext/fetch.py	Wed Jul 30 00:13:59 2014 +0900
+++ b/hgext/fetch.py	Wed Jul 30 00:14:52 2014 +0900
@@ -19,7 +19,7 @@
 @command('fetch',
     [('r', 'rev', [],
      _('a specific revision you would like to pull'), _('REV')),
-    ('e', 'edit', None, _('edit commit message')),
+    ('e', 'edit', None, _('invoke editor on commit messages')),
     ('', 'force-editor', None, _('edit commit message (DEPRECATED)')),
     ('', 'switch-parent', None, _('switch parents when merging')),
     ] + commands.commitopts + commands.commitopts2 + commands.remoteopts,