We have two dirstatemaps class. One for the python version of the dirstate map
and one for the Rust version (that has a python wrapper to deal with some
aspect of it). We end up with duplicated code between them, so we introduce a
common base class to start migrating common code in them.
Details
Details
- Reviewers
Alphare - Group Reviewers
hg-reviewers - Commits
- rHGaec5b0981c26: dirstatemap: introduce a common base for the dirstatemap class
Diff Detail
Diff Detail
- Repository
- rHG Mercurial
- Lint
Automatic diff as part of commit; lint not applicable. - Unit
Automatic diff as part of commit; unit tests not applicable.
Event Timeline
mercurial/dirstatemap.py | ||
---|---|---|
38–45 | Only a few months until we can get rid of those ugly object |
Only a few months until we can get rid of those ugly object