Mercurial > hg-stable
view tests/sitecustomize.py @ 20044:d38de18d187a
scmutil: introduce a filecacheentry that can watch multiple paths
author | Siddharth Agarwal <sid0@fb.com> |
---|---|
date | Sat, 16 Nov 2013 13:24:26 -0800 |
parents | 0b21ae0a2366 |
children | 031947baf4d0 |
line wrap: on
line source
try: import coverage getattr(coverage, 'process_startup', lambda: None)() except ImportError: pass