tests/sitecustomize.py
author Sean Farley <sean.michael.farley@gmail.com>
Mon, 07 Apr 2014 15:37:27 -0500
changeset 20993 a8db48e997b5
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
color: fallback and test label as an effect With this changeset, we can now send a color name directly to the label function, e.g. $ hg log -r . -T "{label('red', node|short)}\n"

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