equal
deleted
inserted
replaced
159 configitem('fsmonitor', 'timeout', |
159 configitem('fsmonitor', 'timeout', |
160 default='2', |
160 default='2', |
161 ) |
161 ) |
162 configitem('fsmonitor', 'blacklistusers', |
162 configitem('fsmonitor', 'blacklistusers', |
163 default=list, |
163 default=list, |
|
164 ) |
|
165 configitem('experimental', 'fsmonitor.transaction_notify', |
|
166 default=False, |
|
167 ) |
|
168 configitem('experimental', 'fsmonitor.wc_change_notify', |
|
169 default=False, |
164 ) |
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: |
168 _blacklist = ['largefiles', 'eol'] |
174 _blacklist = ['largefiles', 'eol'] |