This is an archive of the discontinued Mercurial Phabricator instance.

changegroup: declare shallow flag in constructor
ClosedPublic

Authored by indygreg on Aug 3 2018, 5:04 PM.

Details

Summary

Thus begins the process of better formalizing ellipses and shallow
changegroup generation mode so it is tracked by cgpacker at
construction time instead of bolted on after the fact by a
wrapper function.

Diff Detail

Repository
rHG Mercurial
Lint
Lint Skipped
Unit
Unit Tests Skipped

Event Timeline

indygreg created this revision.Aug 3 2018, 5:04 PM
This revision was automatically updated to reflect the committed changes.