tests/test-issue436
author Brendan Cully <brendan@kublai.com>
Thu, 12 Jun 2008 00:11:09 -0700
changeset 6664 1e3c1f010808
parent 3749 f9567a7fa3b3
permissions -rwxr-xr-x
Truncate input to 1K when using pygments guess_lexer. This function appears to be exponential with input length.

#!/bin/sh

hg init a
cd a
hg -v log -v
hg -v log -v x
true