# HG changeset patch # User Raphaël Gomès # Date 1686236489 -7200 # Node ID da372c745e0f053bb7a64e74cccd15810d96341d # Parent 12f13b13f414c668bb18291b905908671cec3881 relnotes: add 6.4.4 diff -r 12f13b13f414 -r da372c745e0f relnotes/6.4 --- 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)