##// END OF EJS Templates
revlog: introduce _chunkbase to allow filelog to override...
revlog: introduce _chunkbase to allow filelog to override Used by revlog.revision to retrieve the base-chunk in a delta chain.

File last commit:

r10648:58128004 stable
r14075:bc101902 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