view tests/sitecustomize.py @ 17816:19388ba75a06

bookmarks: disallow bookmarks named 'tip', '.', or 'null' This makes bookmarks reject the same reserved names as tags and branches.
author Kevin Bullock <kbullock@ringworld.org>
date Wed, 17 Oct 2012 16:32:43 -0500
parents 0b21ae0a2366
children 031947baf4d0
line wrap: on
line source

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