This is an archive of the discontinued Mercurial Phabricator instance.

changegroup: add source parameter to generatemanifests
ClosedPublic

Authored by durham on Sep 11 2017, 7:18 PM.

Details

Summary

Extensions, like remotefilelog, will want to look at the source of a pull when
determining what manifests to add to a changegroup. For instance, on push they
will include everything, while on pull they won't.

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

durham created this revision.Sep 11 2017, 7:18 PM
indygreg accepted this revision.Sep 13 2017, 11:14 PM
This revision is now accepted and ready to land.Sep 13 2017, 11:14 PM
This revision was automatically updated to reflect the committed changes.