Submitter | phabricator |
---|---|
Date | April 6, 2022, 2:12 p.m. |
Message ID | <differential-rev-PHID-DREV-ngrtyffbckeazzv5du5p-req@mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/50813/ |
State | New |
Headers | show |
Comments
Patch
diff --git a/mercurial/dirstatemap.py b/mercurial/dirstatemap.py --- a/mercurial/dirstatemap.py +++ b/mercurial/dirstatemap.py @@ -730,6 +730,3 @@ has_meaningful_mtime, parentfiledata, ) - - def _drop_entry(self, f): - self._map.drop_item_and_copy_source(f)