mercurial/configitems.py
changeset 33237 7043e67cc9b2
parent 33236 cf6c478bc339
child 33238 784f2bd96d43
--- a/mercurial/configitems.py	Fri Jun 30 03:42:21 2017 +0200
+++ b/mercurial/configitems.py	Fri Jun 30 03:42:22 2017 +0200
@@ -110,6 +110,9 @@
 coreconfigitem('format', 'chunkcachesize',
     default=None,
 )
+coreconfigitem('format', 'dotencode',
+    default=True,
+)
 coreconfigitem('hostsecurity', 'ciphers',
     default=None,
 )