This is an archive of the discontinued Mercurial Phabricator instance.

dirstate-item: introduce low level C function
ClosedPublic

Authored by marmoute on Sep 1 2021, 7:36 PM.

Details

Summary

Since a lot of logic is about to change, we need to isolate it into bits that
are easy reusable in the rest of the C code.

Especially we need to split the part that do the pure logic from the part that
do the Python wrapping.

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

marmoute created this revision.Sep 1 2021, 7:36 PM
Alphare accepted this revision.Sep 8 2021, 9:42 AM
This revision is now accepted and ready to land.Sep 8 2021, 9:42 AM
This revision was automatically updated to reflect the committed changes.