Show More
@@ -1,5 +1,23 b'' | |||
|
1 | 1 | '''This is the last release to support Python 2. Mercurial is Python 3 only starting with 6.2''' |
|
2 | 2 | |
|
3 | = Mercurial 6.1.2 = | |
|
4 | ||
|
5 | * Improve Windows test suite | |
|
6 | * Fix `debuglock` not ignoring a missing lockfile when forcing a lock | |
|
7 | * Improve help of `ui.large-file-limit` | |
|
8 | * Set the large-file-limit to 10MB (from 10MiB) for clarity | |
|
9 | * While rewriting desc hashes, ignore ambiguous prefix "hashes" | |
|
10 | * Fix a crash in partial amend with copies | |
|
11 | * Fix a py3 compatiblity bug | |
|
12 | * Fix incorrect metadata causing dirstate-v2 data loss in edge case | |
|
13 | * Fix cleanup of old dirstate-v2 data files when using `rhg` | |
|
14 | * Make reference to `.hg/last_message.txt` relative in commit | |
|
15 | * Fix an infinite hang when `rhg` is used in the background | |
|
16 | * Fix Python DLL loading bug in Windows | |
|
17 | * Add `--docket` flag to `debugstate` to check out dirstate-v2 metadata | |
|
18 | * Remove `debugdirstateignorepatternhash` in favor of `debugstate --docket` | |
|
19 | * Fix incorrect metadata causing systematic complete dirstate-v2 rewrite | |
|
20 | ||
|
3 | 21 | = Mercurial 6.1.1 = |
|
4 | 22 | |
|
5 | 23 | * Fix Rust compilation on `aarcch64` |
General Comments 0
You need to be logged in to leave comments.
Login now