Mercurial > hg > mercurial-source
view tests/sitecustomize.py @ 22473:ca85306b3eb2
contrib/synthrepo: pass options to ctx.diff as kwargs, not a dict
author | Mike Edgar <adgar@google.com> |
---|---|
date | Fri, 12 Sep 2014 21:38:52 -0400 |
parents | 0b21ae0a2366 |
children | 031947baf4d0 |
line wrap: on
line source
try: import coverage getattr(coverage, 'process_startup', lambda: None)() except ImportError: pass