changeset 50663:da372c745e0f stable 6.4.4

relnotes: add 6.4.4
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 08 Jun 2023 17:01:29 +0200
parents 12f13b13f414
children 074d0b8f56f3
files relnotes/6.4
diffstat 1 files changed, 11 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/relnotes/6.4	Thu Jun 08 14:28:21 2023 +0200
+++ b/relnotes/6.4	Thu Jun 08 17:01:29 2023 +0200
@@ -1,3 +1,14 @@
+= Mercurial 6.4.4 =
+
+ * clonebundles: filter out invalid schemes instead of failing on them
+ * doc: format argument for date uses strftime format string (issue6818)
+ * test: make test-contrib-perf.t more robust
+ * revlog: fix a bug in revlog splitting
+ * bundles: clarify streaming v2 bundle usage
+ * delta-find: fix pulled-delta-reuse-policy=forced behavior
+ * dirstate: fall back to v1 if reading v2 failed
+ * revlog: avoid possible collision between directory and temporary index
+
 = Mercurial 6.4.3 =
 
  * chg: declare environ (issue6812)