##// END OF EJS Templates
largefiles: download missing subrepo revs when archiving...
largefiles: download missing subrepo revs when archiving This is something plain hgsubrepos already do. Previously, an abort message complained about an unknown revision.

File last commit:

r14971:0b21ae0a default
r17695:75f25bd4 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