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
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.

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 (🐙 💚)