Mercurial > hg-stable
changeset 48857:4420e06c8810 stable
relnotes: add release notes for 6.1.2
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Wed, 04 May 2022 17:45:20 +0200 |
parents | 363b687bb794 |
children | 0ddd5e1f5f67 |
files | relnotes/6.1 |
diffstat | 1 files changed, 18 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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`