Mercurial > evolve
diff 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 |
line wrap: on
line diff
--- a/CHANGELOG Mon Aug 20 12:19:05 2018 +0300 +++ b/CHANGELOG Mon Aug 20 12:21:39 2018 +0300 @@ -9,6 +9,7 @@ * clone: fix possible crash when using clone bundle and forcing cache warming * obshashrange: fix speed and consistency issues during cache invalidation * obshashrange: properly persist all caches involved in obshashrange discovery + * delete the evolvestate after aborting interrupted `next --evolve` 8.1.0 -- 2018-08-03 -------------------