mercurial/vfs.py
changeset 43468 8b0fa4de0064
parent 43467 b16912f8c07c
child 43482 fc19f8ab8199
equal deleted inserted replaced
43467:b16912f8c07c 43468:8b0fa4de0064
    56 
    56 
    57     def __call__(self, path, mode=b'rb', **kwargs):
    57     def __call__(self, path, mode=b'rb', **kwargs):
    58         raise NotImplementedError
    58         raise NotImplementedError
    59 
    59 
    60     def _auditpath(self, path, mode):
    60     def _auditpath(self, path, mode):
       
    61         raise NotImplementedError
       
    62 
       
    63     def join(self, path, *insidef):
    61         raise NotImplementedError
    64         raise NotImplementedError
    62 
    65 
    63     def tryread(self, path):
    66     def tryread(self, path):
    64         '''gracefully return an empty string for missing files'''
    67         '''gracefully return an empty string for missing files'''
    65         try:
    68         try: