This is an archive of the discontinued Mercurial Phabricator instance.

changegroup: rename getsubsetraw to makestream
ClosedPublic

Authored by durham on Sep 10 2017, 10:07 PM.

Details

Summary

Now that nothing uses getsubsetraw except makestream, let's move the
functionality into the makestream. This removes the last remaining excess
changegroup creation function, getsubsetraw.

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 10 2017, 10:07 PM
indygreg accepted this revision.Sep 11 2017, 6:11 PM
This revision is now accepted and ready to land.Sep 11 2017, 6:11 PM
This revision was automatically updated to reflect the committed changes.