Subject: CVS commit: pkgsrc/devel/py-mercurial
From: Thomas Klausner
Date: 2023-04-18 09:46:32
Message id: 20230418074632.C1947FA85@cvs.NetBSD.org

Log Message:
py-mercurial: update to 6.4.1.

= 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)

Files:
RevisionActionfile
1.81modifypkgsrc/devel/py-mercurial/Makefile
1.129modifypkgsrc/devel/py-mercurial/distinfo
1.46modifypkgsrc/devel/py-mercurial/version.mk
1.3removepkgsrc/devel/py-mercurial/patches/patch-tests_run-tests.py