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 Geisler <mg@aragost.com>
Mon, 30 Apr 2012 12:04:30 +0200
branch
stable
changeset 16548
e49e039acd5e
parent 14971
0b21ae0a2366
child 24505
031947baf4d0
permissions
-rw-r--r--
doc: update copyright years to 2012 I sometimes look at a piece of software and if the man page says "Copyright 2004", then I'm inclined to think that the project is stale or that the authors are lazy. Neither is good publicity for us :-)
try:
import coverage
getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
pass