comparison README @ 1812:5217c745bb60 stable

evolve: extend API fix from 25254b2f8116 to another relevant case For some reason, only part of this API change got fixes. Test did not caught this because 'False' is a valid revision number (0) and update force did not mind using it as an ancestors. The API changed in Mercurial 43c00ca887d1
author Pierre-Yves David <pierre-yves.david@ens-lyon.org>
date Thu, 02 Feb 2017 16:33:17 +0100
parents e7b6e9c4a5d4
children 8cf82e55f48c
comparison
equal deleted inserted replaced
1803:54120614e9e5 1812:5217c745bb60
53 Mercurial on default.) 53 Mercurial on default.)
54 54
55 55
56 Changelog 56 Changelog
57 ========= 57 =========
58
59 5.6.1 -- 2017-02-28
60
61 - fix a crash that sometime happened when evolving merges.
58 62
59 5.6.0 -- 2017-02-01 63 5.6.0 -- 2017-02-01
60 64
61 - compatibility with Mercurial 4.1. 65 - compatibility with Mercurial 4.1.
62 - improvement of prune error message. 66 - improvement of prune error message.