Mercurial > hg-stable
comparison relnotes/6.3 @ 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 | 684e0085fed7 |
children | ae7065c0cd4c |
comparison
equal
deleted
inserted
replaced
49586:dcb2581e33be | 49587:c890d8b8bc59 |
---|---|
1 = Mercurial 6.3.1 = | |
2 | |
3 * memory-usage: fix `hg log --follow --rev R F` space complexity (dcb2581e33be) | |
4 * Improve portability and robustness of test harness | |
5 * hg-core: relax dependencies pinning | |
6 * matcher: fix issues regex flag contained in pattern (issue6759) | |
7 * matcher: do not prepend '.*' to pattern using ^ after flags | |
8 * packaging: refresh dependency hashes (issue6750) | |
9 * cffi: fix a bytes vs str issue on macOS when listing directories | |
10 * commit: properly consider file include and exclude options when closing branch | |
11 * dirstate-v2: do not put the dirstate data file in a transaction | |
12 | |
1 = Mercurial 6.3 = | 13 = Mercurial 6.3 = |
2 | 14 |
3 == New Features == | 15 == New Features == |
4 | 16 |
5 * testlib: add `--raw-sha1` option to `f` | 17 * testlib: add `--raw-sha1` option to `f` |