This is an archive of the discontinued Mercurial Phabricator instance.

rhg: Remove some intermediate Vecs in `rhg files`
ClosedPublic

Authored by SimonSapin on May 31 2021, 8:26 AM.

Details

Summary

Instead of calling parse_dirstate which then calls parse_dirstate_entries,
call the latter directly in order to skip some intermediate steps.

Diff Detail

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

Event Timeline

SimonSapin created this revision.May 31 2021, 8:26 AM
Alphare accepted this revision.Jun 3 2021, 4:48 AM
This revision is now accepted and ready to land.Jun 3 2021, 4:48 AM
pulkit accepted this revision.Jun 4 2021, 5:58 AM
This revision was automatically updated to reflect the committed changes.