# HG changeset patch # User Raphaël Gomès # Date 2024-10-28 10:39:03 # Node ID eae3ec345e5e62e653de32a87a70f6fa7241afde # Parent e68fe567a78052b05807d38f0912455e01b4c937 relnotes: add 6.8.2 diff --git a/relnotes/6.8 b/relnotes/6.8 --- a/relnotes/6.8 +++ b/relnotes/6.8 @@ -1,3 +1,25 @@ += Mercurial 6.8.2 = + +This is the last version that supports Python 3.6 and 3.7. + + * Compatibility for Python 3.12 and 3.13 + * evolution: stop wrongly flagging unrelated part of a split as divergent + * histedit: create state and acquire locks earlier + * copytracing: fix a bug in an edge case in metadata.compute_all_files_changes + * rhg: ignore readonly FS error when saving dirstate + * merge: sort filemap only if requested by the caller + * windows: implement `util.cachestat` to fix numerous dirstate problems + * subrepo: propagate non-default path on outgoing + * import: fix erroneous comparison of str with bytes + * largefiles: fix check that ensures that --all-largefiles is only used locally + * profiling: improve 3.12 error message for calling lsprof twice + * profiling: use "stat" profiler to profile individual request + * module-policy: ignore empty module policy + * relnotes: skip the test if the source repository is not readable + * wireprototypes: fix exception handling code with a bad pytype suppression + * Many more type fixes and improvements + * Improvements to the test suite + = Mercurial 6.8.1 = * Python 3.12: fix an issue between `threading` and `demandimport`