##// END OF EJS Templates
commit: inform the commiter when resurrecting a closed changeset
commit: inform the commiter when resurrecting a closed changeset

File last commit:

r10648:58128004 stable
r11164:e84600b0 default
Show More
sitecustomize.py
6 lines | 134 B | text/x-python | PythonLexer
try:
import coverage
if hasattr(coverage, 'process_startup'):
coverage.process_startup()
except ImportError:
pass