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
--- 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: