mercurial/configitems.py
changeset 42044 bb271ec2fbfb
parent 42043 1fac9b931d46
child 42046 4ee906aa7b60
--- a/mercurial/configitems.py	Wed Mar 27 18:35:27 2019 +0100
+++ b/mercurial/configitems.py	Wed Mar 27 18:35:59 2019 +0100
@@ -995,6 +995,9 @@
 coreconfigitem('storage', 'revlog.zlib.level',
     default=None,
 )
+coreconfigitem('storage', 'revlog.zstd.level',
+    default=None,
+)
 coreconfigitem('server', 'bookmarks-pushkey-compat',
     default=True,
 )