mercurial/posix.py
changeset 51712 f3b34386d3e0
parent 51672 031d66801d5f
child 51716 e618a1756b08
--- a/mercurial/posix.py	Thu Jul 18 19:55:51 2024 -0400
+++ b/mercurial/posix.py	Thu Jul 18 19:57:42 2024 -0400
@@ -707,6 +707,8 @@
 
 
 class cachestat:
+    stat: os.stat_result
+
     def __init__(self, path: bytes) -> None:
         self.stat = os.stat(path)