tests/sitecustomize.py
author Sean Farley <sean.michael.farley@gmail.com>
Wed, 23 Apr 2014 16:06:23 -0500
changeset 21589 2945fdc38aad
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
basectx: preserve loading the cached manifest in _prestatus This is just a copy from localrepo.status and is a small step to removing that method entirely. The prestatus hook is only called for changectx's, thereby ensuring that the same behavior is guaranteed.

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