Mercurial > hg > mercurial-source
view tests/sitecustomize.py @ 15965:57738b9130ae stable
revset: remove unreferenced followfile function
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 20 Jan 2012 23:10:13 -0600 |
parents | 0b21ae0a2366 |
children | 031947baf4d0 |
line wrap: on
line source
try: import coverage getattr(coverage, 'process_startup', lambda: None)() except ImportError: pass