##// END OF EJS Templates
statprof: stop using the `pycompat.open()` shim...
statprof: stop using the `pycompat.open()` shim Different import style -> different grep pattern. Some of these lines are getting flagged as writing bytes to a non-binary file, but `pycompat.open()` doesn't stuff a `'b'` into the mode like the vfs layer does, so this is an existing bug.

File last commit:

r24588:0bf54479 default
r53273:9b43246e default
Show More
changelist.tmpl
5 lines | 124 B | application/x-cheetah | CheetahLexer
\{
"node": {node|json},
"changeset_count": {changesets|json},
"changesets": [{join(entries%changelistentry, ", ")}]
}