tests/sitecustomize.py
author Durham Goode <durham@fb.com>
Sat, 09 Feb 2013 09:09:46 -0800
changeset 18673 f27598902007
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
blackbox: adds a 'blackbox' command for viewing recent logs Adds a 'hg blackbox' command for viewing the latest entries in the blackbox log. By default it shows the last 10 entries, but -l allows the user to specify.

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