Mercurial > public > mercurial-scm > hg-stable
diff mercurial/configitems.py @ 43167:bca9d1a6c4c5
sidedata: rename the configuration option to `exp-use-side-data`
We don't want setup configured to use the final version that would end using the
experimental one while using and older version.
Differential Revision: https://phab.mercurial-scm.org/D7040
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Thu, 10 Oct 2019 04:34:58 +0200 |
parents | 5617b748aad8 |
children | 2276a9a1c037 |
line wrap: on
line diff
--- a/mercurial/configitems.py Thu Oct 10 16:02:47 2019 +0200 +++ b/mercurial/configitems.py Thu Oct 10 04:34:58 2019 +0200 @@ -757,7 +757,7 @@ experimental=True, ) coreconfigitem( - b'format', b'use-side-data', default=False, experimental=True, + b'format', b'exp-use-side-data', default=False, experimental=True, ) coreconfigitem( b'format', b'internal-phase', default=False, experimental=True,