comparison CHANGELOG @ 3426:be284a34b822 stable

caches: fix automatic warming trigger The caches were supposed to get warmed when we receive a push. However the transaction created when we -issue- a push use a similar name and was confusing the detection. We now properly detect the case.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 19 Jan 2018 20:41:58 +0100
parents 0e9c3fa042ae
children 6904e6bea2f7
comparison
equal deleted inserted replaced
3425:0e9c3fa042ae 3426:be284a34b822
3 3
4 7.2.1 - in progress 4 7.2.1 - in progress
5 ------------------- 5 -------------------
6 6
7 * fix a packaging issue affect `hg evolve --continue` 7 * fix a packaging issue affect `hg evolve --continue`
8 * fix "automatic" cache warming mode for push (client side)
8 9
9 7.2.0 -- 2018-01-15 10 7.2.0 -- 2018-01-15
10 ------------------- 11 -------------------
11 12
12 * evolve: changes to the on disk format for interrupted evolve 13 * evolve: changes to the on disk format for interrupted evolve