Show More
@@ -180,7 +180,8 b' def _handleunavailable(ui, state, ex):' | |||
|
180 | 180 | if isinstance(ex, watchmanclient.Unavailable): |
|
181 | 181 | # experimental config: fsmonitor.verbose |
|
182 | 182 | if ex.warn and ui.configbool('fsmonitor', 'verbose'): |
|
183 | ui.warn(str(ex) + '\n') | |
|
183 | if 'illegal_fstypes' not in str(ex): | |
|
184 | ui.warn(str(ex) + '\n') | |
|
184 | 185 | if ex.invalidate: |
|
185 | 186 | state.invalidate() |
|
186 | 187 | # experimental config: fsmonitor.verbose |
General Comments 0
You need to be logged in to leave comments.
Login now