Mercurial > evolve
comparison 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 |
comparison
equal
deleted
inserted
replaced
6194:1e7190adffca | 6195:9e0aa8929206 |
---|---|
295 | 295 |
296 no fixup in progress | 296 no fixup in progress |
297 | 297 |
298 $ hg fixup --continue | 298 $ hg fixup --continue |
299 abort: no interrupted fixup to continue | 299 abort: no interrupted fixup to continue |
300 [255] | 300 [20] |
301 | 301 |
302 $ hg fixup --abort | 302 $ hg fixup --abort |
303 abort: no interrupted fixup to abort | 303 abort: no interrupted fixup to abort |
304 [255] | 304 [20] |
305 | 305 |
306 testing error cases | 306 testing error cases |
307 | 307 |
308 $ hg fixup tip --abort | 308 $ hg fixup tip --abort |
309 abort: cannot specify a revision with --abort | 309 abort: cannot specify a revision with --abort |