--- a/mercurial/windows.py Fri Dec 16 14:24:02 2022 -0500
+++ b/mercurial/windows.py Fri Dec 16 18:14:54 2022 -0500
@@ -664,10 +664,10 @@
class cachestat:
- def __init__(self, path):
+ def __init__(self, path: bytes) -> None:
pass
- def cacheable(self):
+ def cacheable(self) -> bool:
return False