mercurial/match.py
changeset 19136 e073ac988b51
parent 19107 fcf08023c011
child 19141 aed8ec10c235
equal deleted inserted replaced
19135:1c2dd751c12d 19136:e073ac988b51
   119         found/accessed, with an error message
   119         found/accessed, with an error message
   120         '''
   120         '''
   121         pass
   121         pass
   122     def dir(self, f):
   122     def dir(self, f):
   123         pass
   123         pass
       
   124     def explicitdir(self, f):
       
   125         self.dir(f)
       
   126     def traversedir(self, f):
       
   127         self.dir(f)
   124     def missing(self, f):
   128     def missing(self, f):
   125         pass
   129         pass
   126     def exact(self, f):
   130     def exact(self, f):
   127         return f in self._fmap
   131         return f in self._fmap
   128     def rel(self, f):
   132     def rel(self, f):