Mercurial > evolve
comparison 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 |
comparison
equal
deleted
inserted
replaced
6261:a2491c578d2b | 6262:b4e1d34ad1e9 |
---|---|
81 | 81 |
82 Continuing without interrupted pick | 82 Continuing without interrupted pick |
83 | 83 |
84 $ hg pick --continue | 84 $ hg pick --continue |
85 abort: no interrupted pick state exists | 85 abort: no interrupted pick state exists |
86 [255] | 86 [20] |
87 #if abortcontinuecommand | 87 #if abortcontinuecommand |
88 $ hg continue | 88 $ hg continue |
89 abort: no operation in progress | 89 abort: no operation in progress |
90 [20] | 90 [20] |
91 #endif | 91 #endif |
92 | 92 |
93 Aborting without interrupted pick | 93 Aborting without interrupted pick |
94 | 94 |
95 $ hg pick --abort | 95 $ hg pick --abort |
96 abort: no interrupted pick state exists | 96 abort: no interrupted pick state exists |
97 [255] | 97 [20] |
98 #if abortcontinuecommand | 98 #if abortcontinuecommand |
99 $ hg abort | 99 $ hg abort |
100 abort: no operation in progress | 100 abort: no operation in progress |
101 [20] | 101 [20] |
102 #endif | 102 #endif |