diff tests/test-unamend.t @ 45853:b4694ef45db5

errors: raise more specific errors from rewriteutil Differential Revision: https://phab.mercurial-scm.org/D9330
author Martin von Zweigbergk <martinvonz@google.com>
date Mon, 16 Nov 2020 15:11:51 -0800
parents 976b26bdd0d8
children 0e2becd1fe0c
line wrap: on
line diff
--- a/tests/test-unamend.t	Tue Nov 17 19:29:08 2020 +0900
+++ b/tests/test-unamend.t	Mon Nov 16 15:11:51 2020 -0800
@@ -284,7 +284,7 @@
 
   $ hg --config experimental.evolution=createmarkers unamend
   abort: cannot unamend changeset with children
-  [255]
+  [10]
 
   $ hg unamend
   3 new orphan changesets
@@ -298,7 +298,7 @@
   $ hg unamend
   abort: cannot unamend public changesets
   (see 'hg help phases' for details)
-  [255]
+  [10]
 
 Testing whether unamend retains copies or not