view tests/sitecustomize.py @ 16011:02a497a17257 stable

revset: add tests for 'remote()' predicate
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Fri, 27 Jan 2012 22:29:58 +0900 (2012-01-27)
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source
try:
    import coverage
    getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
    pass