Mercurial > hg-stable
changeset 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 | c54e9bb5737e |
children | 737af6fab50a |
files | relnotes/6.4 |
diffstat | 1 files changed, 13 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/relnotes/6.4 Wed Apr 12 17:28:39 2023 +0200 +++ b/relnotes/6.4 Thu Apr 13 14:20:26 2023 +0200 @@ -1,3 +1,16 @@ += Mercurial 6.4.1 = + + * rhg: fix a bug in path encoding + * rhg: don't crash on empty directory names in path_encode, just in case + * commands: correct documentation of hg serve’s --ipv6 options + * run-tests: remove obsolete coverage check and packaging import (issue6805) + * chg: populate CHGHG if not set + * match: sort patterns before compiling them into a regex + * match: match explicit file using a set + * rebase: do not cleanup the working copy when --dry-run is used (issue6802) + * sslutil: set context security level for legacy tls testing (issue6760) + + = Mercurial 6.4 = == New Features ==