tests/test-fold.t
changeset 2783 3e9c3119410a
parent 2780 58e4b51ee902
child 2784 d17d193c4145
--- a/tests/test-fold.t	Sun Jul 23 19:52:06 2017 +0200
+++ b/tests/test-fold.t	Sun Jul 23 19:53:51 2017 +0200
@@ -164,11 +164,11 @@
   > EOF
   $ hg fold --from 'desc("r4")'
   abort: cannot fold chain not ending with a head or with branching
-  (new unstable changesets are not allowed)
+  (see 'hg help evolution.instability')
   [255]
   $ hg fold --from 'desc("r3")::desc("r11")'
   abort: cannot fold chain not ending with a head or with branching
-  (new unstable changesets are not allowed)
+  (see 'hg help evolution.instability')
   [255]
 
 test --user variant