diff 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
line wrap: on
line diff
--- a/CHANGELOG	Sat Jan 20 11:02:44 2018 +0100
+++ b/CHANGELOG	Fri Jan 19 20:41:58 2018 +0100
@@ -5,6 +5,7 @@
 -------------------
 
   * fix a packaging issue affect `hg evolve --continue`
+  * fix "automatic" cache warming mode for push (client side)
 
 7.2.0 -- 2018-01-15
 -------------------