##// END OF EJS Templates
watchman: ignore some of watchman errors...
Boris Feld -
r42135:76361969 default
parent child Browse files
Show More
@@ -180,6 +180,7 b' def _handleunavailable(ui, state, ex):'
180 if isinstance(ex, watchmanclient.Unavailable):
180 if isinstance(ex, watchmanclient.Unavailable):
181 # experimental config: fsmonitor.verbose
181 # experimental config: fsmonitor.verbose
182 if ex.warn and ui.configbool('fsmonitor', 'verbose'):
182 if ex.warn and ui.configbool('fsmonitor', 'verbose'):
183 if 'illegal_fstypes' not in str(ex):
183 ui.warn(str(ex) + '\n')
184 ui.warn(str(ex) + '\n')
184 if ex.invalidate:
185 if ex.invalidate:
185 state.invalidate()
186 state.invalidate()
General Comments 0
You need to be logged in to leave comments. Login now