( )⚙ D10532 git: ensure all dirstate state values are bytes

This is an archive of the discontinued Mercurial Phabricator instance.

git: ensure all dirstate state values are bytes
ClosedPublic

Authored by mharbison72 on Apr 28 2021, 8:24 PM.

Details

Summary

I'm not sure how this particular git status occurs, but after the fallout of
issue 6510 and getting into the issue 6511 state where git status shows the
files as modified in both the "to be committed" and "not staged" lists,
hg diff was crashing in workingctx.__contains__().

Diff Detail

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

Event Timeline

mharbison72 created this revision.Apr 28 2021, 8:24 PM
pulkit accepted this revision.Apr 30 2021, 6:03 AM
This revision is now accepted and ready to land.Apr 30 2021, 6:03 AM
This revision was automatically updated to reflect the committed changes.