[Updated] D12513: rust-dirstatemap: remove `_drop_entry`
Alphare (Raphaël Gomès)
phabricator at mercurial-scm.org
Tue Apr 19 21:55:14 UTC 2022
Closed by commit rHGd953a62e4f78: rust-dirstatemap: remove `_drop_entry` (authored by Alphare).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D12513?vs=33076&id=33267
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D12513/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D12513
AFFECTED FILES
mercurial/dirstatemap.py
CHANGE DETAILS
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)
To: Alphare, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20220419/d994a5e1/attachment-0002.html>
More information about the Mercurial-patches
mailing list