tests/sitecustomize.py
author Yuya Nishihara <yuya@tcha.org>
Wed, 13 Aug 2014 19:38:47 +0900
changeset 22162 7ada34676db8
parent 14971 0b21ae0a2366
child 24505 031947baf4d0
permissions -rw-r--r--
help: provide help of bad alias without executing aliascmd() The output is slightly changed because of minirst formatting. Previously, ui.pushbuffer() had no effect because "badalias" message was written to stderr. "if not unknowncmd" should no longer be needed because there's no call loop.

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