mercurial/configitems.py
changeset 34885 df2ff314e36f
parent 34881 8c9b08a0c48c
child 34888 317566f0c2e6
--- a/mercurial/configitems.py	Fri Oct 06 06:48:43 2017 -0700
+++ b/mercurial/configitems.py	Wed Oct 18 22:57:15 2017 +0200
@@ -488,6 +488,12 @@
 coreconfigitem('format', 'usestore',
     default=True,
 )
+coreconfigitem('fsmonitor', 'warn_when_unused',
+    default=True,
+)
+coreconfigitem('fsmonitor', 'warn_update_file_count',
+    default=50000,
+)
 coreconfigitem('hooks', '.*',
     default=dynamicdefault,
     generic=True,