Show More
@@ -458,8 +458,6 b' class dirstate(object):' | |||||
458 | return |
|
458 | return | |
459 | self._addpath(f, 'n', 0, -1, -1) |
|
459 | self._addpath(f, 'n', 0, -1, -1) | |
460 | self._map.copymap.pop(f, None) |
|
460 | self._map.copymap.pop(f, None) | |
461 | if f in self._map.nonnormalset: |
|
|||
462 | self._map.nonnormalset.remove(f) |
|
|||
463 |
|
461 | |||
464 | def otherparent(self, f): |
|
462 | def otherparent(self, f): | |
465 | '''Mark as coming from the other parent, always dirty.''' |
|
463 | '''Mark as coming from the other parent, always dirty.''' |
General Comments 0
You need to be logged in to leave comments.
Login now