relnotes/6.3
branchstable
changeset 49623 c890d8b8bc59
parent 49584 684e0085fed7
child 49840 ae7065c0cd4c
equal deleted inserted replaced
49622:dcb2581e33be 49623: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`