comparison CHANGELOG @ 4223:4a3d588e5311 stable

compat: fix fixedcopytracing compatibility with mercurial 4.8 and narrow Mercurial 4.8 version of _fullcopytracing includes some new narrow code. As https://phab.mercurial-scm.org/D3896 has not yet landed, update fixedcopytracing behind a version detection condition. This was spotted by Augie Fackler.
author Boris Feld <boris.feld@octobus.net>
date Wed, 07 Nov 2018 19:35:48 +0100
parents b757f06193d0
children a8ed26f01c8d
comparison
equal deleted inserted replaced
4222:b757f06193d0 4223:4a3d588e5311
4 4
5 8.3.2 - in progress 5 8.3.2 - in progress
6 ------------------- 6 -------------------
7 7
8 * evolve: not longer attempt to translate revision's descriptions (issue6016) 8 * evolve: not longer attempt to translate revision's descriptions (issue6016)
9 * evolve: fix compatibility with mercurial 4.8's narrow extension.
9 10
10 8.3.1 -- 2018-10-25 11 8.3.1 -- 2018-10-25
11 ------------------- 12 -------------------
12 13
13 * evolve+topic: fix possible crash during content-divergence evolution 14 * evolve+topic: fix possible crash during content-divergence evolution