fsmonitor: declare missing config options
authorGregory Szorc <gregory.szorc@gmail.com>
Wed, 18 Oct 2017 22:54:50 +0200
changeset 34886 dbb542326582
parent 34885 df2ff314e36f
child 34887 7bf7544fd6cc
fsmonitor: declare missing config options These were added in 4aa57627692a. Attempting to run the test harness with fsmonitor enabled spews a whole bunch of devel warnings due to these options not be declared. Differential Revision: https://phab.mercurial-scm.org/D1176
hgext/fsmonitor/__init__.py
--- a/hgext/fsmonitor/__init__.py	Wed Oct 18 22:57:15 2017 +0200
+++ b/hgext/fsmonitor/__init__.py	Wed Oct 18 22:54:50 2017 +0200
@@ -162,6 +162,12 @@
 configitem('fsmonitor', 'blacklistusers',
     default=list,
 )
+configitem('experimental', 'fsmonitor.transaction_notify',
+    default=False,
+)
+configitem('experimental', 'fsmonitor.wc_change_notify',
+    default=False,
+)
 
 # This extension is incompatible with the following blacklisted extensions
 # and will disable itself when encountering one of these: