Mercurial > evolve
comparison tests/test-evolve-stop-orphan.t @ 6264:917cd662ef6c
evolve: use compat.StateError for missing state file
author | Anton Shestakov <av6@dwimlabs.net> |
---|---|
date | Wed, 23 Mar 2022 00:25:38 +0300 |
parents | 1cbafebe874b |
children | b1d1f4ade142 |
comparison
equal
deleted
inserted
replaced
6263:889d21445ee9 | 6264:917cd662ef6c |
---|---|
46 Testing `--stop` when no evolve is interrupted | 46 Testing `--stop` when no evolve is interrupted |
47 ============================================== | 47 ============================================== |
48 | 48 |
49 $ hg evolve --stop | 49 $ hg evolve --stop |
50 abort: no interrupted evolve to stop | 50 abort: no interrupted evolve to stop |
51 [255] | 51 [20] |
52 | 52 |
53 Testing with wrong combinations of flags | 53 Testing with wrong combinations of flags |
54 ======================================== | 54 ======================================== |
55 | 55 |
56 $ hg evolve --stop --rev 1 | 56 $ hg evolve --stop --rev 1 |