##// END OF EJS Templates
match: remove last traces of unused .missing callback
Mads Kiilerich -
r21113:00cae8a2 default
parent child Browse files
Show More
@@ -132,9 +132,6 b' class match(object):'
132 132 # by recursive traversal is visited.
133 133 traversedir = None
134 134
135 def missing(self, f):
136 pass
137
138 135 def rel(self, f):
139 136 '''Convert repo path back to path that is relative to cwd of matcher.'''
140 137 return util.pathto(self._root, self._cwd, f)
General Comments 0
You need to be logged in to leave comments. Login now