##// END OF EJS Templates
relnotes: add 6.5 final
Raphaël Gomès -
r52026:3ffc7209 6.5 stable
parent child Browse files
Show More
@@ -1,9 +1,10 b''
1 = Mercurial 6.5rc0 =
1 = Mercurial 6.5 =
2
2
3 As usual, a lot of patches don't make it to this list since they're more internal.
3 As usual, a lot of patches don't make it to this list since they're more internal.
4
4
5 == New Features ==
5 == New Features ==
6
6
7 * Improved Python 3.12 compatiblity
7 * configitems: enable changegroup3 by default (unless using infinitepush)
8 * configitems: enable changegroup3 by default (unless using infinitepush)
8 * extras: expose 'retained_extras' for extensions to extend
9 * extras: expose 'retained_extras' for extensions to extend
9 * stabletailgraph: implement stable-tail sort
10 * stabletailgraph: implement stable-tail sort
@@ -62,6 +63,12 b" As usual, a lot of patches don't make it"
62 * treemanifest: make `updatecaches` update the nodemaps for all directories
63 * treemanifest: make `updatecaches` update the nodemaps for all directories
63 * rust-hg-core: move from `ouroboros` to `self_cell`
64 * rust-hg-core: move from `ouroboros` to `self_cell`
64 * rust-dependencies: switch from `users` to `whoami`
65 * rust-dependencies: switch from `users` to `whoami`
66 * dirstate-v2: actually fix the dirstate-v2 upgrade race
67 * dirstate: avoid leaking disk space in `hg debugrebuilddirstate`
68 * clonebundles: add warning if auto-generate is enabled without formats
69 * win32mbcs: unbyteify some strings for py3 support
70 * rust-revlog: fix incorrect results with NULL_NODE prefixes
71 * rust-revlog: fix RevlogEntry.data() for NULL_REVISION
65
72
66 == Backwards Compatibility Changes ==
73 == Backwards Compatibility Changes ==
67
74
General Comments 0
You need to be logged in to leave comments. Login now