mercurial/windows.py
changeset 49910 464fe8b8f474
parent 49907 58dff81ffba1
child 49912 2b1476714849
equal deleted inserted replaced
49909:1d1b244a91b6 49910:464fe8b8f474
   662 def isexec(f: bytes) -> bool:
   662 def isexec(f: bytes) -> bool:
   663     return False
   663     return False
   664 
   664 
   665 
   665 
   666 class cachestat:
   666 class cachestat:
   667     def __init__(self, path):
   667     def __init__(self, path: bytes) -> None:
   668         pass
   668         pass
   669 
   669 
   670     def cacheable(self):
   670     def cacheable(self) -> bool:
   671         return False
   671         return False
   672 
   672 
   673 
   673 
   674 def lookupreg(
   674 def lookupreg(
   675     key: bytes,
   675     key: bytes,