--- a/tests/test-fix.t Tue Nov 17 19:29:08 2020 +0900
+++ b/tests/test-fix.t Mon Nov 16 15:11:51 2020 -0800
@@ -266,11 +266,11 @@
$ hg fix -r 0
abort: cannot fix public changesets
(see 'hg help phases' for details)
- [255]
+ [10]
$ hg fix -r 0 --working-dir
abort: cannot fix public changesets
(see 'hg help phases' for details)
- [255]
+ [10]
$ hg cat -r tip hello.whole
hello
$ cat hello.whole
@@ -1174,7 +1174,7 @@
$ hg commit -m "second"
$ hg --config experimental.evolution.allowunstable=False fix -r '.^'
abort: cannot fix changeset with children
- [255]
+ [10]
$ hg fix -r '.^'
1 new orphan changesets
$ hg cat -r 2 foo.whole