This is an archive of the discontinued Mercurial Phabricator instance.

dirstate-tree: Add "non normal" and "from other parent" sets
ClosedPublic

Authored by SimonSapin on Apr 20 2021, 10:17 AM.

Details

Summary

Unlike the other DirstateMap implementation, these sets are not materialized
separately in memory. Instead we traverse the main tree.

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.Apr 20 2021, 10:17 AM
baymax updated this revision to Diff 27142.Apr 20 2021, 1:03 PM

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

Alphare accepted this revision.Apr 22 2021, 5:25 AM
This revision is now accepted and ready to land.Apr 22 2021, 5:25 AM
SimonSapin updated this revision to Diff 27318.May 3 2021, 6:24 AM