tests/sitecustomize.py
author Matt Harbison <matt_harbison@yahoo.com>
Sun, 09 Nov 2014 12:31:34 -0500
changeset 23289 ae5d0a22ee7e
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
remove: move most of the implementation into cmdutils.remove() This will allow access to the reusable parts from subrepos, similar to add(), forget(), etc.

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