Submitter | phabricator |
---|---|
Date | Nov. 10, 2017, 11:03 p.m. |
Message ID | <a17986aa56ac2e791608ec794dcd6660@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/25470/ |
State | Not Applicable |
Headers | show |
Comments
Patch
diff --git a/mercurial/dirstate.py b/mercurial/dirstate.py --- a/mercurial/dirstate.py +++ b/mercurial/dirstate.py @@ -458,8 +458,6 @@ return self._addpath(f, 'n', 0, -1, -1) self._map.copymap.pop(f, None) - if f in self._map.nonnormalset: - self._map.nonnormalset.remove(f) def otherparent(self, f): '''Mark as coming from the other parent, always dirty.'''