Mercurial
Mercurial
>
test
/ 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
.
hgkw/__init__.py
author
Christian Ebert <blacktrash@gmx.net>
Wed, 09 Apr 2008 00:55:21 +0200
changeset 442
1bb9230b055d
parent 0
41c7e55cd9e9
permissions
-rw-r--r--
Check for '\0' in entire data before acting util.binary might not be safe enough, as it fails eg. on certain pdf files (issue1066). In some cases this might even be a speed gain as there will be no vain re.sub(n)/search on huge data.