diff -r 363b687bb794 -r 4420e06c8810 relnotes/6.1 --- a/relnotes/6.1 Tue May 03 12:41:21 2022 +0200 +++ b/relnotes/6.1 Wed May 04 17:45:20 2022 +0200 @@ -1,5 +1,23 @@ '''This is the last release to support Python 2. Mercurial is Python 3 only starting with 6.2''' += Mercurial 6.1.2 = + + * Improve Windows test suite + * Fix `debuglock` not ignoring a missing lockfile when forcing a lock + * Improve help of `ui.large-file-limit` + * Set the large-file-limit to 10MB (from 10MiB) for clarity + * While rewriting desc hashes, ignore ambiguous prefix "hashes" + * Fix a crash in partial amend with copies + * Fix a py3 compatiblity bug + * Fix incorrect metadata causing dirstate-v2 data loss in edge case + * Fix cleanup of old dirstate-v2 data files when using `rhg` + * Make reference to `.hg/last_message.txt` relative in commit + * Fix an infinite hang when `rhg` is used in the background + * Fix Python DLL loading bug in Windows + * Add `--docket` flag to `debugstate` to check out dirstate-v2 metadata + * Remove `debugdirstateignorepatternhash` in favor of `debugstate --docket` + * Fix incorrect metadata causing systematic complete dirstate-v2 rewrite + = Mercurial 6.1.1 = * Fix Rust compilation on `aarcch64`