view tests/sitecustomize.py @ 18779:9e39a717a23e

revset: don't abort when regex to tag() matches nothing (issue3850) This makes the tag("re:...") revset consistent with branch("re:...").
author Kevin Bullock <kbullock@ringworld.org>
date Mon, 18 Mar 2013 16:04:10 -0500
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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