##// END OF EJS Templates
relnotes: add 6.8.2
Raphaël Gomès -
r53415:eae3ec34 6.8.2 stable
parent child Browse files
Show More
@@ -1,3 +1,25 b''
1 = Mercurial 6.8.2 =
2
3 This is the last version that supports Python 3.6 and 3.7.
4
5 * Compatibility for Python 3.12 and 3.13
6 * evolution: stop wrongly flagging unrelated part of a split as divergent
7 * histedit: create state and acquire locks earlier
8 * copytracing: fix a bug in an edge case in metadata.compute_all_files_changes
9 * rhg: ignore readonly FS error when saving dirstate
10 * merge: sort filemap only if requested by the caller
11 * windows: implement `util.cachestat` to fix numerous dirstate problems
12 * subrepo: propagate non-default path on outgoing
13 * import: fix erroneous comparison of str with bytes
14 * largefiles: fix check that ensures that --all-largefiles is only used locally
15 * profiling: improve 3.12 error message for calling lsprof twice
16 * profiling: use "stat" profiler to profile individual request
17 * module-policy: ignore empty module policy
18 * relnotes: skip the test if the source repository is not readable
19 * wireprototypes: fix exception handling code with a bad pytype suppression
20 * Many more type fixes and improvements
21 * Improvements to the test suite
22
1 23 = Mercurial 6.8.1 =
2 24
3 25 * Python 3.12: fix an issue between `threading` and `demandimport`
General Comments 0
You need to be logged in to leave comments. Login now