( )⚙ D11464 dirstate: Remove the `state == ' '` special case

This is an archive of the discontinued Mercurial Phabricator instance.

dirstate: Remove the `state == ' '` special case
ClosedPublic

Authored by SimonSapin on Sep 20 2021, 6:17 PM.

Details

Summary

Previously this was used to create a DirstateItem representing dirstate tree
nodes that semantically don’t have an associated DirtateItem.
This isn’t used anymore now that dirstatemap.debug_iter yields plain tuples.

Diff Detail

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

Event Timeline

SimonSapin created this revision.Sep 20 2021, 6:17 PM
Alphare accepted this revision.Sep 22 2021, 4:08 AM
This revision is now accepted and ready to land.Sep 22 2021, 4:08 AM
This revision was automatically updated to reflect the committed changes.