[Commented On] D12467: rust-dirstatemap: remove `_drop_entry`
baymax (Baymax, Your Personal Patch-care Companion)
phabricator at mercurial-scm.org
Tue Apr 12 16:07:48 UTC 2022
baymax added a comment.
baymax updated this revision to Diff 33123.
✅ refresh by Heptapod after a successful CI run (🐙 💚)
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D12467?vs=33041&id=33123
BRANCH
default
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/20220412/fb904bab/attachment-0002.html>
More information about the Mercurial-patches
mailing list