This is an archive of the discontinued Mercurial Phabricator instance.

hg-core: make parse_dirstate return result rather than update inplace
AbandonedPublic

Authored by acezar on Jul 21 2020, 10:06 AM.

Details

Reviewers
None
Group Reviewers
hg-reviewers
Summary

Return a vec rather than updating a hashmap which is faster when then hashmap is
not needed like in hg files which just list tracked files.

Diff Detail

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