This is an archive of the discontinued Mercurial Phabricator instance.

perftweaks: do not update branchcache cache keys
ClosedPublic

Authored by quark on Nov 18 2017, 12:56 AM.
Tags
None
Subscribers
None

Details

Reviewers
durham
Group Reviewers
Restricted Project
Commits
rFBHGXbd59d1dd1553: perftweaks: do not update branchcache cache keys
Summary

filteredhash, tiprev, tipnode are only used for detecting whether the
on-disk cache is up-to-date or not. Since we don't have on-disk cache, it's
unnecessary to calculate them.

Diff Detail

Repository
rFBHGX Facebook Mercurial Extensions
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.