##// END OF EJS Templates
pullbundle2: extract addchangegroup result combining into its own function...
pullbundle2: extract addchangegroup result combining into its own function This will also be used for 'hg unbundle'

File last commit:

r14971:0b21ae0a default
r23890:78170599 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