view tests/sitecustomize.py @ 20523:f2a0a0e76b4c stable

rebase: do not try to reactivate deleted divergent bookmark If the currently active bookmark is divergent one, it may be resolved during rebase. Trying to activate it will raise "KeyError: 'W@diverge'".
author Yuya Nishihara <yuya@tcha.org>
date Sat, 15 Feb 2014 16:19:19 +0900
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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