##// END OF EJS Templates
obsolete: warns if markers exist in a repo where the feature is not enabled...
obsolete: warns if markers exist in a repo where the feature is not enabled We don't simply abort to allow the user to run other diagnostic commands.

File last commit:

r14971:0b21ae0a default
r17297:6955d69a stable
Show More
sitecustomize.py
5 lines | 111 B | text/x-python | PythonLexer
try:
import coverage
getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
pass