Submitter | phabricator |
---|---|
Date | Oct. 18, 2017, 8:58 p.m. |
Message ID | <differential-rev-PHID-DREV-robnozuphbw4ubxvtaj4-req@phab.mercurial-scm.org> |
Download | mbox | patch |
Permalink | /patch/25208/ |
State | Superseded |
Headers | show |
Comments
Patch
diff --git a/hgext/fsmonitor/__init__.py b/hgext/fsmonitor/__init__.py --- a/hgext/fsmonitor/__init__.py +++ b/hgext/fsmonitor/__init__.py @@ -146,6 +146,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: