comparison README @ 2548:3fd4b0dca16c stable

effectflag: fix content change detection for filtered revs In some cases (like amended an obsolete changeset), computing the diff and comparing them need to work with filtered revisions. We need to use unfiltered change contexts to safely compute diffs.
author Boris Feld <boris.feld@octobus.net>
date Fri, 02 Jun 2017 19:07:35 +0200
parents e358c0263e46
children ecd47c63b6de
comparison
equal deleted inserted replaced
2547:3c594000844b 2548:3fd4b0dca16c
118 Mercurial. They are the "mercurial-x.y" branches. They are used to apply 118 Mercurial. They are the "mercurial-x.y" branches. They are used to apply
119 expected test change only, no code change should happen there. 119 expected test change only, no code change should happen there.
120 120
121 Changelog 121 Changelog
122 ========= 122 =========
123
124 6.3.2 - in progress
125 -------------------
126
127 - effect flag: fix a small bug related to hidden changeset,
123 128
124 6.3.1 -- 2017-06-01 129 6.3.1 -- 2017-06-01
125 ------------------- 130 -------------------
126 131
127 - also backport the "revelant-markers" fix when using "evolve.serveronly" 132 - also backport the "revelant-markers" fix when using "evolve.serveronly"