##// END OF EJS Templates
fsmonitor: update to match new dirstate refactor...
Durham Goode -
r34581:7259f0dd default
parent child Browse files
Show More
@@ -251,7 +251,7 b' def overridewalk(orig, self, match, subr'
251
251
252 matchfn = match.matchfn
252 matchfn = match.matchfn
253 matchalways = match.always()
253 matchalways = match.always()
254 dmap = self._map
254 dmap = self._map._map
255 nonnormalset = getattr(self, '_nonnormalset', None)
255 nonnormalset = getattr(self, '_nonnormalset', None)
256
256
257 copymap = self._map.copymap
257 copymap = self._map.copymap
General Comments 0
You need to be logged in to leave comments. Login now