Mercurial > public > mercurial-scm > hg
comparison mercurial/configitems.py @ 47229:21b3e6116bd1
side-data: drop the associated config and requirements
This is no longer and extensions of revlog v1, but a part of revlog v2. We no
longer needs independent config and requirement management for that.
Differential Revision: https://phab.mercurial-scm.org/D10620
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Mon, 03 May 2021 12:30:24 +0200 |
parents | 4039cad0d8ff |
children | 616b8f412676 |
comparison
equal
deleted
inserted
replaced
47228:e51392acd70c | 47229:21b3e6116bd1 |
---|---|
1368 default=False, | 1368 default=False, |
1369 experimental=True, | 1369 experimental=True, |
1370 ) | 1370 ) |
1371 coreconfigitem( | 1371 coreconfigitem( |
1372 b'format', | 1372 b'format', |
1373 b'exp-use-side-data', | |
1374 default=False, | |
1375 experimental=True, | |
1376 ) | |
1377 coreconfigitem( | |
1378 b'format', | |
1379 b'use-share-safe', | 1373 b'use-share-safe', |
1380 default=False, | 1374 default=False, |
1381 ) | 1375 ) |
1382 coreconfigitem( | 1376 coreconfigitem( |
1383 b'format', | 1377 b'format', |