Mercurial > hg
changeset 34886:dbb542326582
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
author | Gregory Szorc <gregory.szorc@gmail.com> |
---|---|
date | Wed, 18 Oct 2017 22:54:50 +0200 |
parents | df2ff314e36f |
children | 7bf7544fd6cc |
files | hgext/fsmonitor/__init__.py |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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: