hgext/rebase.py
changeset 26495 7837653cb39a
parent 26494 832f40d2af53
child 26496 b885ab9ca182
--- a/hgext/rebase.py	Tue Oct 06 15:05:40 2015 -0400
+++ b/hgext/rebase.py	Tue Oct 06 15:01:25 2015 -0400
@@ -217,7 +217,7 @@
         keepopen = opts.get('keepopen', False)
 
         if opts.get('interactive'):
-            help = "hg help histedit"
+            help = "hg help -e histedit"
             msg = _("interactive history editing is supported by the "
                     "'histedit' extension (see \"%s\")") % help
             raise util.Abort(msg)