This is an archive of the discontinued Mercurial Phabricator instance.

widening: remove pointless code for second changegroup
ClosedPublic

Authored by martinvonz on Oct 14 2019, 1:56 PM.

Details

Summary

The caller passes in common==heads, so we will never find any nodes to
visit in this code and there will therefore never be a second
changegroup emitted.

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.