relnotes: add 6.3.1 stable 6.3.1
authorRaphaël Gomès <rgomes@octobus.net>
Sat, 19 Nov 2022 16:00:39 +0100
branchstable
changeset 49623 c890d8b8bc59
parent 49622 dcb2581e33be
child 49624 010d9e362ee4
relnotes: add 6.3.1
relnotes/6.3
--- a/relnotes/6.3	Sat Nov 19 01:35:01 2022 +0100
+++ b/relnotes/6.3	Sat Nov 19 16:00:39 2022 +0100
@@ -1,3 +1,15 @@
+= Mercurial 6.3.1 =
+
+ * memory-usage: fix `hg log --follow --rev R F` space complexity (dcb2581e33be)
+ * Improve portability and robustness of test harness
+ * hg-core: relax dependencies pinning
+ * matcher: fix issues regex flag contained in pattern (issue6759)
+ * matcher: do not prepend '.*' to pattern using ^ after flags
+ * packaging: refresh dependency hashes (issue6750)
+ * cffi: fix a bytes vs str issue on macOS when listing directories
+ * commit: properly consider file include and exclude options when closing branch
+ * dirstate-v2: do not put the dirstate data file in a transaction
+
 = Mercurial 6.3 =
 
 == New Features ==