relnotes: add 6.4.1 stable 6.4.1
authorRaphaël Gomès <rgomes@octobus.net>
Thu, 13 Apr 2023 14:20:26 +0200
branchstable
changeset 50399 83ea6ce48b4f
parent 50398 c54e9bb5737e
child 50400 737af6fab50a
relnotes: add 6.4.1
relnotes/6.4
--- a/relnotes/6.4	Wed Apr 12 17:28:39 2023 +0200
+++ b/relnotes/6.4	Thu Apr 13 14:20:26 2023 +0200
@@ -1,3 +1,16 @@
+= Mercurial 6.4.1 =
+
+ * rhg: fix a bug in path encoding
+ * rhg: don't crash on empty directory names in path_encode, just in case
+ * commands: correct documentation of hg serve’s --ipv6 options
+ * run-tests: remove obsolete coverage check and packaging import (issue6805)
+ * chg: populate CHGHG if not set
+ * match: sort patterns before compiling them into a regex
+ * match: match explicit file using a set
+ * rebase: do not cleanup the working copy when --dry-run is used (issue6802)
+ * sslutil: set context security level for legacy tls testing (issue6760)
+
+
 = Mercurial 6.4 =
 
 == New Features ==