Show More
@@ -162,6 +162,7 b' class dirstate(object):' | |||||
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 | self._dirty = 0 | |||
165 |
|
166 | |||
166 | def copy(self, source, dest): |
|
167 | def copy(self, source, dest): | |
167 | self.markdirty() |
|
168 | self.markdirty() |
General Comments 0
You need to be logged in to leave comments.
Login now