Mercurial > evolve
diff 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 |
line wrap: on
line diff
--- a/CHANGELOG Thu Nov 01 21:33:15 2018 +0300 +++ b/CHANGELOG Wed Nov 07 19:35:48 2018 +0100 @@ -6,6 +6,7 @@ ------------------- * evolve: not longer attempt to translate revision's descriptions (issue6016) + * evolve: fix compatibility with mercurial 4.8's narrow extension. 8.3.1 -- 2018-10-25 -------------------