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
Martin von Zweigbergk <martinvonz@google.com>
Thu, 23 Oct 2014 16:19:56 -0700
changeset 23241
dd610f1d46c9
parent 14971
0b21ae0a2366
child 24505
031947baf4d0
permissions
-rw-r--r--
context.status: inline _poststatus() By inlining _poststatus() into _buildstatus(), it becomes clearer that it is only called for the workingctx.
try:
import coverage
getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
pass