( )⚙ D11578 dirstatemap: use a common implement for reset_state

This is an archive of the discontinued Mercurial Phabricator instance.

dirstatemap: use a common implement for reset_state
ClosedPublic

Authored by marmoute on Oct 2 2021, 11:05 AM.

Details

Summary

Same logic as for set_untracked this make sure both implementation are aligned.

The reset_state implementation for the Rust wrapped had signicantly diverged,
this change finally put it back in line.

Diff Detail

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

Event Timeline

marmoute created this revision.Oct 2 2021, 11:05 AM
Alphare accepted this revision.Oct 3 2021, 4:28 PM
This revision is now accepted and ready to land.Oct 3 2021, 4:28 PM
This revision was automatically updated to reflect the committed changes.