Mercurial > public > mercurial-scm > hg-stable
view tests/sitecustomize.py @ 15959:db33555eafea stable 2.1-rc
bookmarks: correct correction of -i
author | Matt Mackall <mpm@selenic.com> |
---|---|
date | Fri, 20 Jan 2012 15:25:39 -0600 |
parents | 0b21ae0a2366 |
children | 031947baf4d0 |
line wrap: on
line source
try: import coverage getattr(coverage, 'process_startup', lambda: None)() except ImportError: pass