diff tests/test-pick.t @ 6262:b4e1d34ad1e9

pick: use compat.StateError for missing state file
author Anton Shestakov <av6@dwimlabs.net>
date Wed, 23 Mar 2022 00:02:14 +0300
parents ceab1399302c
children 1328195f76a9 50f55918b417
line wrap: on
line diff
--- a/tests/test-pick.t	Tue May 24 10:24:36 2022 +0400
+++ b/tests/test-pick.t	Wed Mar 23 00:02:14 2022 +0300
@@ -83,7 +83,7 @@
 
   $ hg pick --continue
   abort: no interrupted pick state exists
-  [255]
+  [20]
 #if abortcontinuecommand
   $ hg continue
   abort: no operation in progress
@@ -94,7 +94,7 @@
 
   $ hg pick --abort
   abort: no interrupted pick state exists
-  [255]
+  [20]
 #if abortcontinuecommand
   $ hg abort
   abort: no operation in progress