Mercurial > hg
changeset 49099:ed3ef8dacf02
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
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Wed, 23 Mar 2022 16:32:31 +0100 |
parents | 55c158a33fa5 |
children | 38e5bb1425dd |
files | mercurial/dirstatemap.py |
diffstat | 1 files changed, 0 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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