This is an archive of the discontinued Mercurial Phabricator instance.

clone: add support for storing remotenames while cloning
ClosedPublic

Authored by pulkit on Dec 5 2017, 8:13 PM.

Details

Summary

If experimental.remotenames is set to True, we store the remotenames in case
of hg pull. This patch adds that support to clone command also.

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

pulkit created this revision.Dec 5 2017, 8:13 PM
krbullock accepted this revision.Dec 8 2017, 11:26 PM
This revision is now accepted and ready to land.Dec 8 2017, 11:26 PM
This revision was automatically updated to reflect the committed changes.