This is an archive of the discontinued Mercurial Phabricator instance.

infinitepush: serve trees from stored bundle when rebundling
ClosedPublic

Authored by durham on Sep 14 2017, 7:50 PM.
Tags
None
Subscribers
None

Details

Summary

When serving data from a stored bundle, if we need to rebundle the data first,
we need to make sure that the tree data stored within the bundle gets packaged
up as well.

If we're not rebundling, then things work fine as is since it just forwards the
parts along.

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.

Event Timeline

durham created this revision.Sep 14 2017, 7:50 PM
Herald added a reviewer: Restricted Project. · View Herald TranscriptSep 14 2017, 7:50 PM
stash accepted this revision.Sep 15 2017, 1:29 PM
This revision is now accepted and ready to land.Sep 15 2017, 1:29 PM
This revision was automatically updated to reflect the committed changes.