# HG changeset patch # User Rapha?l Gom?s # Date 1737042473 -3600 # Node ID 9751b9ccd74d8386687f88fbdfe280877840ec7d # Parent 72deeea26bca0895df7aa67c40235abe0560fb85 relnotes: add 6.9.1 diff -r 72deeea26bca -r 9751b9ccd74d relnotes/6.9 --- a/relnotes/6.9 Tue Jan 14 17:15:54 2025 -0500 +++ b/relnotes/6.9 Thu Jan 16 16:47:53 2025 +0100 @@ -1,3 +1,21 @@ += Mercurial 6.9.1 = + + * ci: disable caching of the wheels that get built to save space + * tests: use `--no-cache-dir` with `pip` + * run-tests: disable caching of the wheels when installing test Mercurial + * manifest: delay import of `typing.ByteString` for py 3.14 support (issue6940) + * contrib: propagate `pytype` failures outside of `check-pytype.sh` + * acl: fix confusing formatting in help text (issue6942) + * ui: fix escape sequences in in readline prompts (issue6930) + * ci: let branch job run for scheduled build too + * ci: automatically starts platform and py-version test for scheduled build + * help: fix command build with rust + * copyright: update to 2025 + * ci: also let the nightly build run on tags + * usage: refactor usage.resources config parsing + * hg-core: fix usage.resources typo + * hg-core: fix usage.resources default logic + = Mercurial 6.9 = == Backwards Compatibility Changes ==