[Commented On] D12451: dirstatemap: remove unused parameter from `reset_state`
baymax (Baymax, Your Personal Patch-care Companion)
phabricator at mercurial-scm.org
Tue Apr 12 16:06:25 UTC 2022
baymax added a comment.
baymax updated this revision to Diff 33105.
✅ refresh by Heptapod after a successful CI run (🐙 💚)
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D12451?vs=33025&id=33105
BRANCH
default
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D12451/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D12451
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
@@ -150,7 +150,6 @@
p1_tracked=False,
p2_info=False,
has_meaningful_mtime=True,
- has_meaningful_data=True,
parentfiledata=None,
):
"""Set a entry to a given state, diregarding all previous state
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/fd0e39ab/attachment-0002.html>
More information about the Mercurial-patches
mailing list