Mercurial > hg-stable
changeset 49587:c890d8b8bc59 stable 6.3.1
relnotes: add 6.3.1
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Sat, 19 Nov 2022 16:00:39 +0100 |
parents | dcb2581e33be |
children | 010d9e362ee4 |
files | relnotes/6.3 |
diffstat | 1 files changed, 12 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 ==