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
Lint Skipped
Unit
Unit Tests Skipped

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.