diff tests/test-fixup.t @ 6195:9e0aa8929206

fixup: use compat.StateError for missing state file
author Anton Shestakov <av6@dwimlabs.net>
date Sun, 06 Mar 2022 18:15:54 +0300
parents 1e7190adffca
children 4a837da84f5f
line wrap: on
line diff
--- a/tests/test-fixup.t	Sun Mar 06 17:46:33 2022 +0300
+++ b/tests/test-fixup.t	Sun Mar 06 18:15:54 2022 +0300
@@ -297,11 +297,11 @@
 
   $ hg fixup --continue
   abort: no interrupted fixup to continue
-  [255]
+  [20]
 
   $ hg fixup --abort
   abort: no interrupted fixup to abort
-  [255]
+  [20]
 
 testing error cases