( )⚙ D4540 narrow: don't wrap exchange.pull() during clone

This is an archive of the discontinued Mercurial Phabricator instance.

narrow: don't wrap exchange.pull() during clone
ClosedPublic

Authored by indygreg on Sep 11 2018, 8:27 PM.

Details

Summary

The wrapped version was setting up the narrow repo requirement when
a narrow clone was requested.

Previous commits taught hg.clone() and repo creation to add the narrow
requirement when a narrow clone was requested. So this requirement
should already be set up for us and this code is no longer necessary.

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.Sep 11 2018, 8:27 PM
This revision was automatically updated to reflect the committed changes.