comparison README @ 2367:3be45918c7b5 stable

evolve: fixing obscache invalidation This was missing a call to the parent's destroyed(), such that any transaction after stripping some nodes would result in a crash (by attempting to read nodes which were stripped).
author Rodrigo Damazio Bovendorp <rdamazio@google.com>
date Tue, 16 May 2017 23:37:10 -0700
parents 5737e0680f10
children a0099d568ef8
comparison
equal deleted inserted replaced
2348:5737e0680f10 2367:3be45918c7b5
116 ------------------- 116 -------------------
117 117
118 - also enable the new cache (from 6.1.0) for 'evolve.server-only', 118 - also enable the new cache (from 6.1.0) for 'evolve.server-only',
119 - fix hg stack json output to be valid json 119 - fix hg stack json output to be valid json
120 - stack: now display if current revision is in bad state (issue5533) 120 - stack: now display if current revision is in bad state (issue5533)
121 - obscache: fix more cache invalidation propagation
121 122
122 6.1.0 -- 2017-05-03 123 6.1.0 -- 2017-05-03
123 ------------------- 124 -------------------
124 125
125 - improve message about obsolete working copy parent, 126 - improve message about obsolete working copy parent,