dirstatemap: remove unused parameter from `reset_state`
This has no callers using it and is not used inside the method itself.
Differential Revision: https://phab.mercurial-scm.org/D12497
--- a/mercurial/dirstatemap.py Wed Mar 23 15:19:43 2022 +0100
+++ b/mercurial/dirstatemap.py Wed Mar 23 16:32:31 2022 +0100
@@ -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