( )⚙ D10746 rust: Return owned instead of borrowed DirstateEntry in DirstateMap APIs

This is an archive of the discontinued Mercurial Phabricator instance.

rust: Return owned instead of borrowed DirstateEntry in DirstateMap APIs
ClosedPublic

Authored by SimonSapin on May 19 2021, 12:37 PM.

Details

Summary

This will enable the tree-based DirstateMap to not always have an actual
DirstateEntry in memory for all nodes, but construct it on demand.

Diff Detail

Repository
rHG Mercurial
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

Event Timeline

SimonSapin created this revision.May 19 2021, 12:37 PM
Alphare accepted this revision.May 21 2021, 3:48 AM
This revision is now accepted and ready to land.May 21 2021, 3:48 AM
baymax updated this revision to Diff 28170.May 21 2021, 4:37 AM

✅ refresh by Heptapod after a successful CI run (🐙 💚)

baymax updated this revision to Diff 28269.May 30 2021, 3:27 PM

✅ refresh by Heptapod after a successful CI run (🐙 💚)