Mercurial > hg
comparison contrib/phab-clean.py @ 49100:38e5bb1425dd
rust-dirstate: introduce intermediate struct for dirstate-v2 data
This is passed often as a long tuple that is not easy to know the form of, so
we refactor everything in this struct.
This also renames `wdir_tracked` to follow the Python `wc_tracked`, even though
the on-disk format uses `WDIR_TRACKED`.
I think a single naming scheme is better, but we can't easily break the Python
impl now because of extensions, so this is low-effort enough and facilitates
grepping.
Differential Revision: https://phab.mercurial-scm.org/D12498
author | Raphaël Gomès <rgomes@octobus.net> |
---|---|
date | Wed, 23 Mar 2022 17:38:59 +0100 |
parents | 6000f5b25c9b |
children |
comparison
equal
deleted
inserted
replaced
49099:ed3ef8dacf02 | 49100:38e5bb1425dd |
---|