Mercurial
Mercurial
>
hg-stable
/ 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
Pierre-Yves David <pierre-yves.david@fb.com>
Tue, 28 Oct 2014 14:58:36 +0100
changeset 23222
6b7e60fb0b38
parent 14971
0b21ae0a2366
child 24505
031947baf4d0
permissions
-rw-r--r--
exchange: use the postclose API on transaction As with changegroup, we should wait for the transaction to be really closed before scheduling hook execution.
try:
import coverage
getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
pass