Mercurial > hg-stable
changeset 51146:71bd09bebbe3 stable 6.6.1
relnotes: add 6.6.1
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Thu, 07 Dec 2023 14:19:02 +0100 |
parents | a9e00554b3e4 |
children | 9f4967384022 |
files | relnotes/6.6 |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/relnotes/6.6 Sat Dec 02 15:10:28 2023 -0300 +++ b/relnotes/6.6 Thu Dec 07 14:19:02 2023 +0100 @@ -1,3 +1,16 @@ += Mercurial 6.6.1 = + +The first two patches fix aborted transactions that could happen since 6.6. + + * revlog: avoid exposing delayed index entry too widely in non-inline revlog + * revlog: avoid wrongly updating the data file location on "divert" + * tests: do not fail tests in a state with uncommitted .py file removal + * perf-tags: fix the --clear-fnode-cache-rev code + * perf-tags: fix clear_cache_fnodes to actually clear that cache + * censor: fix things around inlining + * Various Python 3 cleanups + * Various Windows test suite fixes + = Mercurial 6.6 = As usual, a *lot* of patches don't make it to this list.