( )⚙ D11343 dirstate: also wrap the new method in `dirstatenonnormalcheck`

This is an archive of the discontinued Mercurial Phabricator instance.

dirstate: also wrap the new method in `dirstatenonnormalcheck`
ClosedPublic

Authored by marmoute on Aug 26 2021, 10:20 AM.

Details

Summary

The goal of this is to make sure we set the data right, so we need to make sure
it run after the new method, that we actually call, in addition to the old one,
that we no longer call.

Diff Detail

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

Event Timeline

marmoute created this revision.Aug 26 2021, 10:20 AM
Alphare accepted this revision.Aug 27 2021, 5:47 AM
This revision is now accepted and ready to land.Aug 27 2021, 5:47 AM