( )⚙ D11386 dirstate-item: introduce low level C function

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
Branch
default
Lint
No Linters Available
Unit
No Unit Test Coverage

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.