Submitter | phabricator |
---|---|
Date | Oct. 18, 2017, 9:06 p.m. |
Message ID | <75949c22d6dbda1dac2147565decf7f9@localhost.localdomain> |
Download | mbox | patch |
Permalink | /patch/25210/ |
State | Not Applicable |
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 @@ -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: