tests/test-fix.t
changeset 47069 5b6dd0d9171b
parent 47018 7a90fddb13b0
child 47070 d90f6237b3aa
--- a/tests/test-fix.t	Mon May 03 15:14:09 2021 -0400
+++ b/tests/test-fix.t	Tue May 04 10:16:34 2021 -0700
@@ -264,11 +264,11 @@
   $ hg commit -Aqm "hello"
   $ hg phase -r 0 --public
   $ hg fix -r 0
-  abort: cannot fix public changesets
+  abort: cannot fix public changesets: 6470986d2e7b
   (see 'hg help phases' for details)
   [10]
   $ hg fix -r 0 --working-dir
-  abort: cannot fix public changesets
+  abort: cannot fix public changesets: 6470986d2e7b
   (see 'hg help phases' for details)
   [10]
   $ hg cat -r tip hello.whole