Mercurial
Mercurial
>
hg
/ file revision
summary
|
shortlog
|
changelog
|
graph
|
tags
|
bookmarks
|
branches
|
files
|
changeset
| file |
latest
|
revisions
|
annotate
|
diff
|
comparison
|
raw
|
help
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
tests/sitecustomize.py
author
Simon Heimberg <simohe@besonet.ch>
Mon, 04 Nov 2013 10:23:06 +0100
branch
stable
changeset 19996
52b437586435
parent 14971
0b21ae0a2366
child 24505
031947baf4d0
permissions
-rw-r--r--
tests: modify minirst test input to new format Modifying the test input data shows the effects of the last patches. In text output nothing has changed. In html output the title has moved on its own line.
try:
import coverage
getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
pass