comparison relnotes/6.4 @ 50343:83ea6ce48b4f stable 6.4.1

relnotes: add 6.4.1
author Raphaël Gomès <rgomes@octobus.net>
date Thu, 13 Apr 2023 14:20:26 +0200
parents f14864fffdca
children de2102390910
comparison
equal deleted inserted replaced
50342:c54e9bb5737e 50343:83ea6ce48b4f
1 = Mercurial 6.4.1 =
2
3 * rhg: fix a bug in path encoding
4 * rhg: don't crash on empty directory names in path_encode, just in case
5 * commands: correct documentation of hg serve’s --ipv6 options
6 * run-tests: remove obsolete coverage check and packaging import (issue6805)
7 * chg: populate CHGHG if not set
8 * match: sort patterns before compiling them into a regex
9 * match: match explicit file using a set
10 * rebase: do not cleanup the working copy when --dry-run is used (issue6802)
11 * sslutil: set context security level for legacy tls testing (issue6760)
12
13
1 = Mercurial 6.4 = 14 = Mercurial 6.4 =
2 15
3 == New Features == 16 == New Features ==
4 17
5 * There is a new internal merge tool called `internal:union-other-first`. 18 * There is a new internal merge tool called `internal:union-other-first`.