This is an archive of the discontinued Mercurial Phabricator instance.

largefiles: use command executor for batch operation
ClosedPublic

Authored by indygreg on Apr 11 2018, 7:42 PM.

Details

Summary

This is the only other user of iterbatch() in core.

Tests changed because the new command executor is smart enough
to not send a "batch" command over the wire if only 1 command
was requested.

There is still coverage for the "batch" command in this test
though.

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

indygreg created this revision.Apr 11 2018, 7:42 PM
indygreg updated this revision to Diff 8123.Apr 13 2018, 3:14 PM
durin42 accepted this revision.Apr 13 2018, 5:35 PM
This revision is now accepted and ready to land.Apr 13 2018, 5:35 PM
This revision was automatically updated to reflect the committed changes.