The dirstate-v2 file format should be supported even if Rust extensions are
not enabled. This changeset adds parsing code that is not used yet.
Details
Details
- Reviewers
marmoute Alphare pulkit - Group Reviewers
hg-reviewers - Commits
- rHGa32a96079e2d: dirstate-v2: initial Python parser
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
Comment Actions
This change is actually quite simple to read. I could use a couple of doc-string though. Given the "unrelated" change issue to I am marking it as "Request-Changes", but the logic looks solid.
rust/hg-core/src/dirstate_tree/on_disk.rs | ||
---|---|---|
26–119 | This change to the Rust code seems "unrelated"¹ and should go in a different patch, should they not ? [1] i.e. they can be made independently on their own before this patch and still make sense. |
This change to the Rust code seems "unrelated"¹ and should go in a different patch, should they not ?
[1] i.e. they can be made independently on their own before this patch and still make sense.