diff mercurial/configitems.py @ 43030:827cb4fe62a3

sidedata: introduce a new requirement to protect the feature The feature will be usable only within repository supported by version of Mercurial with the support. Since the support is not fully implemented yet, the requirement has a temporary, experimental name. Differential Revision: https://phab.mercurial-scm.org/D6886
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Mon, 09 Sep 2019 22:42:55 +0200
parents 76608f9f27f6
children 2372284d9457
line wrap: on
line diff
--- a/mercurial/configitems.py	Wed Sep 25 03:58:46 2019 +0200
+++ b/mercurial/configitems.py	Mon Sep 09 22:42:55 2019 +0200
@@ -733,6 +733,10 @@
 coreconfigitem('format', 'usestore',
     default=True,
 )
+coreconfigitem('format', 'use-side-data',
+    default=False,
+    experimental=True,
+)
 coreconfigitem('format', 'internal-phase',
     default=False,
     experimental=True,