--- a/tests/test-fold.t Sun Jul 23 19:53:51 2017 +0200
+++ b/tests/test-fold.t Sun Jul 23 19:45:28 2017 +0200
@@ -163,11 +163,11 @@
> evolution = createmarkers, allnewcommands
> EOF
$ hg fold --from 'desc("r4")'
- abort: cannot fold chain not ending with a head or with branching
+ abort: fold will orphan 1 descendants
(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
+ abort: fold will orphan 1 descendants
(see 'hg help evolution.instability')
[255]