hgext/rebase.py
changeset 26165 927c0d84e09f
parent 26029 563ea14c62d4
child 26301 3f8c5c284c86
--- a/hgext/rebase.py	Sat Aug 22 16:39:29 2015 -0700
+++ b/hgext/rebase.py	Tue Sep 01 21:37:51 2015 +0200
@@ -218,7 +218,7 @@
             if srcf or basef or destf:
                 raise util.Abort(
                     _('abort and continue do not allow specifying revisions'))
-            if opts.get('tool', False):
+            if abortf and opts.get('tool', False):
                 ui.warn(_('tool option will be ignored\n'))
 
             try: