Mercurial > evolve
comparison CHANGELOG @ 3981:b4d0245c7f40 stable
evolve: delete evolvestate after aborting interrupted `next --evolve`
We didn't use to delete the evolvestate after aborting an interrupted `next
--evolve`. This patch makes sure we do that. The test changes demonstrate the
fix and we add a CHANGELOG entry about the fix.
author | Pulkit Goyal <pulkit@yandex-team.ru> |
---|---|
date | Mon, 20 Aug 2018 12:21:39 +0300 |
parents | db44da7b9097 |
children | c63bcff591ea |
comparison
equal
deleted
inserted
replaced
3980:828b423545b1 | 3981:b4d0245c7f40 |
---|---|
7 * evolve: properly set second parent during conflict (issue5927) | 7 * evolve: properly set second parent during conflict (issue5927) |
8 * next: fix topic restriction when passing --evolve | 8 * next: fix topic restriction when passing --evolve |
9 * clone: fix possible crash when using clone bundle and forcing cache warming | 9 * clone: fix possible crash when using clone bundle and forcing cache warming |
10 * obshashrange: fix speed and consistency issues during cache invalidation | 10 * obshashrange: fix speed and consistency issues during cache invalidation |
11 * obshashrange: properly persist all caches involved in obshashrange discovery | 11 * obshashrange: properly persist all caches involved in obshashrange discovery |
12 * delete the evolvestate after aborting interrupted `next --evolve` | |
12 | 13 |
13 8.1.0 -- 2018-08-03 | 14 8.1.0 -- 2018-08-03 |
14 ------------------- | 15 ------------------- |
15 | 16 |
16 * compatibility with mercurial 4.7 | 17 * compatibility with mercurial 4.7 |