tests/test-histedit-arguments.t
changeset 48054 f27a83399abb
parent 46104 6f8a94bbfba1
--- a/tests/test-histedit-arguments.t	Tue Sep 28 09:25:05 2021 -0700
+++ b/tests/test-histedit-arguments.t	Tue Sep 28 09:32:24 2021 -0700
@@ -93,7 +93,7 @@
   1 files updated, 0 files merged, 0 files removed, 0 files unresolved
   $ hg histedit -r 4
   abort: 08d98a8350f3 is not an ancestor of working directory
-  [255]
+  [10]
   $ hg up --quiet
 
 
@@ -290,7 +290,7 @@
   created new head
   $ hg histedit -r 'heads(all())'
   abort: The specified revisions must have exactly one common root
-  [255]
+  [10]
 
 Test that trimming description using multi-byte characters
 --------------------------------------------------------------------