##// END OF EJS Templates
fsmonitor: declare missing config options...
Gregory Szorc -
r34887:dbb54232 default
parent child Browse files
Show More
@@ -162,6 +162,12 b" configitem('fsmonitor', 'timeout',"
162 configitem('fsmonitor', 'blacklistusers',
162 configitem('fsmonitor', 'blacklistusers',
163 default=list,
163 default=list,
164 )
164 )
165 configitem('experimental', 'fsmonitor.transaction_notify',
166 default=False,
167 )
168 configitem('experimental', 'fsmonitor.wc_change_notify',
169 default=False,
170 )
165
171
166 # This extension is incompatible with the following blacklisted extensions
172 # This extension is incompatible with the following blacklisted extensions
167 # and will disable itself when encountering one of these:
173 # and will disable itself when encountering one of these:
General Comments 0
You need to be logged in to leave comments. Login now