changeset 51620:028dc3f92dbd stable 6.7.3

relnotes: add 6.7.3
author Raphaël Gomès <rgomes@octobus.net>
date Mon, 06 May 2024 17:51:21 +0200
parents b08c5fbe0e70
children 325dfc7f763c
files relnotes/6.7
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/relnotes/6.7	Mon Apr 22 19:47:08 2024 +0200
+++ b/relnotes/6.7	Mon May 06 17:51:21 2024 +0200
@@ -1,3 +1,20 @@
+= Mercurial 6.7.3 =
+
+ * setup: display return code information about failed `hg` call
+ * bundle-spec: properly identify changegroup-less bundle
+ * bundle-spec: properly parse boolean configuration as boolean
+ * matchers: fix the bug in rust PatternMatcher that made it cut off early
+ * match: fix the "visitdir" method on "rootfilesin" matchers
+ * match: fix the rust-side bug in visit_children_set for rootfilesin matchers
+ * match: strengthen visit_children_set invariant, Recursive means "all files"
+ * wireprotoserver: ensure that output stream gets flushed on exception
+ * re2: make errors quiet
+ * dirstate-v2: add check of parent/child nodes being related when writing
+ * dirstate-v2: check that root nodes are at the root before writing
+ * rust-cpython: don't swallow the dirstate error message
+ * rust: blanket implementation of Graph for Graph references
+ * Various fixes to `admin::verify`
+
 = Mercurial 6.7.2 =
 
 Exceptional release following a large performance regression when cloning.