##// END OF EJS Templates
clone: always close source repository (issue2491)...
clone: always close source repository (issue2491) This is especially needed for cloning from bundles as a temporary bundlerepository is created which needs to be deleted after clone has finished.

File last commit:

r14971:0b21ae0a default
r16352:4d875bb5 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