##// END OF EJS Templates
match: make base matcher return True for visitdir...
Durham Goode -
r33478:cf15c3cc default
parent child Browse files
Show More
@@ -305,7 +305,7 b' class basematcher(object):'
305 This function's behavior is undefined if it has returned False for
305 This function's behavior is undefined if it has returned False for
306 one of the dir's parent directories.
306 one of the dir's parent directories.
307 '''
307 '''
308 return False
308 return True
309
309
310 def always(self):
310 def always(self):
311 '''Matcher will match everything and .files() will be empty --
311 '''Matcher will match everything and .files() will be empty --
General Comments 0
You need to be logged in to leave comments. Login now