diff tests/test-amend.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 8d72e29ad1e0
children 7a90fddb13b0
line wrap: on
line diff
--- a/tests/test-amend.t	Tue Nov 17 19:29:08 2020 +0900
+++ b/tests/test-amend.t	Mon Nov 16 15:11:51 2020 -0800
@@ -197,7 +197,7 @@
   $ echo 2 >> B
   $ hg amend
   abort: cannot amend changeset with children
-  [255]
+  [10]
 
 #if obsstore-on
 
@@ -240,7 +240,7 @@
   $ hg amend -m AMEND
   abort: cannot amend public changesets
   (see 'hg help phases' for details)
-  [255]
+  [10]
 
 Amend a merge changeset