[Updated] D12467: rust-dirstatemap: remove `_drop_entry`

Alphare (Raphaël Gomès) phabricator at mercurial-scm.org
Fri Apr 8 15:57:00 UTC 2022


Closed by commit rHGf09debd2afff: 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/D12467?vs=32842&id=32903

CHANGES SINCE LAST ACTION
  https://phab.mercurial-scm.org/D12467/new/

REVISION DETAIL
  https://phab.mercurial-scm.org/D12467

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, marmoute
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20220408/430be328/attachment-0002.html>


More information about the Mercurial-patches mailing list