mercurial/configitems.py
changeset 33247 4d5d493ea54a
parent 33246 4d9458e06ef0
child 33248 be00b61e4c4a
--- a/mercurial/configitems.py	Fri Jun 30 03:42:29 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:42:30 2017 +0200
@@ -131,6 +131,9 @@
 coreconfigitem('format', 'usegeneraldelta',
     default=True,
 )
+coreconfigitem('format', 'usestore',
+    default=True,
+)
 coreconfigitem('hostsecurity', 'ciphers',
     default=None,
 )