##// END OF EJS Templates
dirstate: don't remove normallookup files from nonnormalset...
Mark Thomas -
r35023:1664dc7c default
parent child Browse files
Show More
@@ -458,8 +458,6 b' class dirstate(object):'
458 458 return
459 459 self._addpath(f, 'n', 0, -1, -1)
460 460 self._map.copymap.pop(f, None)
461 if f in self._map.nonnormalset:
462 self._map.nonnormalset.remove(f)
463 461
464 462 def otherparent(self, f):
465 463 '''Mark as coming from the other parent, always dirty.'''
General Comments 0
You need to be logged in to leave comments. Login now