Show More
@@ -582,6 +582,8 b' class dirstate(object):' | |||||
582 | del self._map[f] |
|
582 | del self._map[f] | |
583 | if f in self._nonnormalset: |
|
583 | if f in self._nonnormalset: | |
584 | self._nonnormalset.remove(f) |
|
584 | self._nonnormalset.remove(f) | |
|
585 | if f in self._copymap: | |||
|
586 | del self._copymap[f] | |||
585 |
|
587 | |||
586 | def _discoverpath(self, path, normed, ignoremissing, exists, storemap): |
|
588 | def _discoverpath(self, path, normed, ignoremissing, exists, storemap): | |
587 | if exists is None: |
|
589 | if exists is None: |
General Comments 0
You need to be logged in to leave comments.
Login now