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
Mads Kiilerich <madski@unity3d.com>
Thu, 03 Oct 2013 18:01:21 +0200
changeset 21116
30c60e28aa9b
parent 14971
0b21ae0a2366
child 24505
031947baf4d0
permissions
-rw-r--r--
dirstate: report bad subdirectories as match.bad, not just a warning (BC) This seems simpler and more correct. The only test coverage for this is test-permissions.t when it says: dir: Permission denied
try:
import coverage
getattr(coverage, 'process_startup', lambda: None)()
except ImportError:
pass