changeset 51676 | 031d66801d5f |
parent 51285 | 9d3721552b6c |
child 51716 | f3b34386d3e0 |
--- a/mercurial/posix.py Wed Jul 10 17:55:14 2024 -0400 +++ b/mercurial/posix.py Wed Jul 10 18:05:40 2024 -0400 @@ -548,7 +548,7 @@ if pycompat.sysplatform == b'OpenVMS': # OpenVMS's symlink emulation is broken on some OpenVMS versions. - def checklink(path): + def checklink(path: bytes) -> bool: return False