tests/sitecustomize.py
author Cristian Zamfir <cristi_zmf@yahoo.com>
Wed, 12 Mar 2014 10:26:48 +0200
branchstable
changeset 20699 58c32a9c8e7b
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
hg log: solves bug regarding hg log -r 0:null (issue4039) 'hg log -r 0:null' was showing only one changeset(the '-1' one) instead of the first two changesets.

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