Mutable access is not used, and upcoming changes will make it more costly
(with copy-on-write nodes that can be read from disk representation)
Details
Details
- Reviewers
Alphare - Group Reviewers
hg-reviewers - Commits
- rHG0252600fd1cf: dirstate-tree: Downgrade `&mut Node` to `&Node` in status and serialization
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.
Shouldn't this be par_iter()?