comparison mercurial/configitems.py @ 50521:58adcabc295f

stream-clone: introduce the notion of an experimental "v3" version We introduce a new experimental "v3" stream protocol, disabled by default. In practice the "v3-exp" protocol introduced in this changeset is identical to v2, but this changeset, lay the groundwork for having a new protocol: configuration, capability exchange, test coverage, etc. The actual protocol work will starts in the coming changesets.
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Fri, 19 May 2023 14:49:50 +0200
parents f57f5ab0e220
children 5d092194ac37
comparison
equal deleted inserted replaced
50520:a6543983b8f4 50521:58adcabc295f
1296 b'sparse-read.min-gap-size', 1296 b'sparse-read.min-gap-size',
1297 default=b'65K', 1297 default=b'65K',
1298 ) 1298 )
1299 coreconfigitem( 1299 coreconfigitem(
1300 b'experimental', 1300 b'experimental',
1301 b'stream-v3',
1302 default=False,
1303 )
1304 coreconfigitem(
1305 b'experimental',
1301 b'treemanifest', 1306 b'treemanifest',
1302 default=False, 1307 default=False,
1303 ) 1308 )
1304 coreconfigitem( 1309 coreconfigitem(
1305 b'experimental', 1310 b'experimental',