##// END OF EJS Templates
update: delete bookmarks.current when explicitly updating to a rev (issue3276)
update: delete bookmarks.current when explicitly updating to a rev (issue3276)

File last commit:

r14971:0b21ae0a default
r16191:7c75924a 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