tests/sitecustomize.py
author Jeremy Whitlock <jcscoobyrs@gmail.com>
Wed, 28 Jul 2010 23:05:03 -0600
changeset 11969 52ec5c813723
parent 10648 58128004cca1
child 14971 0b21ae0a2366
permissions -rw-r--r--
color: enable branches support This commit updates the branches command to use ui.label for the branch names and the changeset. This implementation allows assigning colors to the four states of a branch: active, closed, current and inactive. While you can configure color for the four states, only current and closed have default colors of green and black bold respectively.

try:
    import coverage
    if hasattr(coverage, 'process_startup'):
        coverage.process_startup()
except ImportError:
    pass