##// END OF EJS Templates
dirstate: fix typo
Alexis S. L. Carvalho -
r4656:4eeb9187 default
parent child Browse files
Show More
@@ -159,7 +159,7 b' class dirstate(object):'
159 pos = newpos
159 pos = newpos
160
160
161 def invalidate(self):
161 def invalidate(self):
162 for a in "_map _copymap _branch pl _dirs _ignore".split():
162 for a in "_map _copymap _branch _pl _dirs _ignore".split():
163 if hasattr(self, a):
163 if hasattr(self, a):
164 self.__delattr__(a)
164 self.__delattr__(a)
165
165
General Comments 0
You need to be logged in to leave comments. Login now