--- a/tests/test-rebase-parameters.t Tue Aug 19 01:13:10 2014 +0200
+++ b/tests/test-rebase-parameters.t Mon Sep 01 11:48:55 2014 +0200
@@ -459,4 +459,12 @@
tool option will be ignored
saved backup bundle to $TESTTMP/b3/.hg/strip-backup/*-backup.hg (glob)
+ $ hg rebase -i
+ abort: interactive history editing is supported by the 'histedit' extension (see 'hg help histedit')
+ [255]
+
+ $ hg rebase --interactive
+ abort: interactive history editing is supported by the 'histedit' extension (see 'hg help histedit')
+ [255]
+
$ cd ..