This is an archive of the discontinued Mercurial Phabricator instance.

largefiles: avoid walking full manifest
ClosedPublic

Authored by martinvonz on Jan 22 2019, 2:02 PM.

Details

Summary

When using treemanifest, diffs between two manifests can often be much
cheaper than iterating the full manifests (because common subtrees are
skipped).

Diff Detail

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

Event Timeline

martinvonz created this revision.Jan 22 2019, 2:02 PM
This revision was automatically updated to reflect the committed changes.