Mercurial > hg
view tests/sitecustomize.py @ 16111:131d1a09108a stable
context: make workingctx.forget() really warn about untracked files
author | Patrick Mezard <patrick@mezard.eu> |
---|---|
date | Thu, 16 Feb 2012 12:56:48 +0100 |
parents | 0b21ae0a2366 |
children | 031947baf4d0 |
line wrap: on
line source
try: import coverage getattr(coverage, 'process_startup', lambda: None)() except ImportError: pass