This is an archive of the discontinued Mercurial Phabricator instance.

streamclone: don't support stream clone unless repo feature present
ClosedPublic

Authored by indygreg on Oct 3 2018, 12:51 PM.

Details

Summary

This change means custom repository types must opt in to enabling
stream clone. This seems reasonable, as stream clones are a very
low-level feature that has historically assumed the use of revlogs
and the layout of .hg/ that they entail.

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.Oct 3 2018, 12:51 PM
pulkit accepted this revision.Oct 3 2018, 12:59 PM
This revision was automatically updated to reflect the committed changes.