view tests/sitecustomize.py @ 22263:ab0c42d22522

clone: for local clones, copy branchcache from the right location (issue4286) The unfiltered branchcache is in .hg/cache/branch2, not .hg/store/cache/branch2.
author Siddharth Agarwal <sid0@fb.com>
date Thu, 21 Aug 2014 15:58:32 -0700
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

try:
    import coverage
    getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
    pass