mercurial/match.py
branchstable
changeset 33582 44bc181b9835
parent 33497 80e1331a7fe9
child 33684 2be0bf186950
equal deleted inserted replaced
33581:e12c3049af8e 33582:44bc181b9835
   360     def isexact(self):
   360     def isexact(self):
   361         return True
   361         return True
   362 
   362 
   363     def prefix(self):
   363     def prefix(self):
   364         return True
   364         return True
       
   365 
       
   366     def visitdir(self, dir):
       
   367         return False
   365 
   368 
   366     def __repr__(self):
   369     def __repr__(self):
   367         return '<nevermatcher>'
   370         return '<nevermatcher>'
   368 
   371 
   369 class patternmatcher(basematcher):
   372 class patternmatcher(basematcher):