tests/test-rebase-parameters.t
changeset 26496 b885ab9ca182
parent 26495 7837653cb39a
child 27626 157675d0f600
--- a/tests/test-rebase-parameters.t	Tue Oct 06 15:01:25 2015 -0400
+++ b/tests/test-rebase-parameters.t	Tue Oct 06 15:07:00 2015 -0400
@@ -490,11 +490,11 @@
   saved backup bundle to $TESTTMP/b3/.hg/strip-backup/e4e3f3546619-b0841178-backup.hg (glob)
 
   $ hg rebase -i
-  abort: interactive history editing is supported by the 'histedit' extension (see "hg help -e histedit")
+  abort: interactive history editing is supported by the 'histedit' extension (see "hg --config extensions.histedit= help -e histedit")
   [255]
 
   $ hg rebase --interactive
-  abort: interactive history editing is supported by the 'histedit' extension (see "hg help -e histedit")
+  abort: interactive history editing is supported by the 'histedit' extension (see "hg --config extensions.histedit= help -e histedit")
   [255]
 
   $ cd ..