changeset 51885 | cbd01bf33802 |
parent 51884 | f833ad92ee44 |
child 51926 | bc9ed92d4753 |
--- a/mercurial/util.py Fri Sep 20 00:20:24 2024 -0400 +++ b/mercurial/util.py Fri Sep 20 01:10:17 2024 -0400 @@ -2185,7 +2185,7 @@ timer = time.time -def makelock(info, pathname): +def makelock(info: bytes, pathname: bytes) -> None: """Create a lock file atomically if possible This may leave a stale lock file if symlink isn't supported and signal