##// END OF EJS Templates
relnotes: add 6.0.1 and 6.0.2 notes...
Raphaël Gomès -
r49527:75676122 6.0.2 stable
parent child Browse files
Show More
@@ -1,3 +1,25 b''
1 = Mercurial 6.0.2 =
2
3 * Fix `hg incoming` and `hg outgoing` with remote subrepos on Windows
4 * Fix Rust build on MacOS
5 * Fix a (15 year old?) bug where some data loss could happen in a very tight race window (f38ae2d7390e + ccd9cb73125c)
6 * Remove support for running `hg unamend` on merge changesets at it was never actually implemented
7 * Fix stream-clone requirements filtering which caused some stream-clones to be unusable from an older version of Mercurial
8 * Rename dirstate-v2 configuration name from `exp-rc-dirstate-v2` to `use-dirstate-v2`. This was overlooked in `6.0`, the old name will be kept as an alias for compatibility.
9 * Fix a bug where the branchmap could point to uncommitted data
10
11 = Mercurial 6.0.1 =
12
13 * Improve documentation around Rust (see hg help rust) and rust-related actions
14 * Improve upgrade/downgrade edge cases for dirstate-v2
15 * Make the test suite nicer to big-endian platforms
16 * Make the test suite nicer to NetBSD
17 * Fix a performance regression on fsmonitor (issue6612)
18 * Add fixes for Python 3.10
19 * Fix a deadlock when using sparse and share-safe together
20
21 = Mercurial 6.0 =
22
1 == New Features ==
23 == New Features ==
2 * `debugrebuildfncache` now has an option to rebuild only the index files
24 * `debugrebuildfncache` now has an option to rebuild only the index files
3 * a new `bookmarks.mode` path option have been introduced to control the
25 * a new `bookmarks.mode` path option have been introduced to control the
General Comments 0
You need to be logged in to leave comments. Login now