##// END OF EJS Templates
commands.debugbundle: bundle2 support...
commands.debugbundle: bundle2 support This enables debugbundle to print supporting info for bundle2 files.

File last commit:

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