This is an archive of the discontinued Mercurial Phabricator instance.

narrow: only diff manifest part within narrowspec when generating changegroup
ClosedPublic

Authored by martinvonz on Feb 13 2018, 5:42 PM.

Details

Summary

Since 959ebff3505a (manifest: add match argument to diff and
filesnotin, 2017-03-07), we have a more efficient way of diffing
manifests while applying a matcher. Let's use that while generating
narrowed changegroups, so we avoid diffing parts of the manifest that
don't match the narrowspec.

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.Feb 13 2018, 5:42 PM
durin42 accepted this revision.Feb 14 2018, 8:32 PM
This revision is now accepted and ready to land.Feb 14 2018, 8:32 PM
This revision was automatically updated to reflect the committed changes.