Mercurial > public > mercurial-scm > hg
diff 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 |
line wrap: on
line diff
--- a/mercurial/configitems.py Mon May 03 12:30:14 2021 +0200 +++ b/mercurial/configitems.py Mon May 03 12:30:24 2021 +0200 @@ -1370,12 +1370,6 @@ ) coreconfigitem( b'format', - b'exp-use-side-data', - default=False, - experimental=True, -) -coreconfigitem( - b'format', b'use-share-safe', default=False, )