comparison mercurial/configitems.py @ 48771:79a967128055

dirstate-tracked-key: update the config value to match latest discussion Special cases are not special enough, we align the option name on the other. The `version` value is undocumented for now as it can only have a single value. It is supported in the code to properly detect and abort if more value are introduced in the future value. Differential Revision: https://phab.mercurial-scm.org/D12184
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 15 Feb 2022 05:20:46 +0100
parents 568f63b5a30f
children b70c9697ab41
comparison
equal deleted inserted replaced
48770:f19be290756a 48771:79a967128055
1282 experimental=True, 1282 experimental=True,
1283 alias=[(b'format', b'exp-rc-dirstate-v2')], 1283 alias=[(b'format', b'exp-rc-dirstate-v2')],
1284 ) 1284 )
1285 coreconfigitem( 1285 coreconfigitem(
1286 b'format', 1286 b'format',
1287 b'exp-dirstate-tracked-key-version', 1287 b'dirstate-tracked-key',
1288 default=0, 1288 default=False,
1289 experimental=True,
1290 )
1291 coreconfigitem(
1292 b'format',
1293 b'dirstate-tracked-key.version',
1294 default=1,
1289 experimental=True, 1295 experimental=True,
1290 ) 1296 )
1291 coreconfigitem( 1297 coreconfigitem(
1292 b'format', 1298 b'format',
1293 b'dotencode', 1299 b'dotencode',