tests/test-issue436
author Rocco Rutte <pdmef@gmx.net>
Fri, 05 Sep 2008 10:39:57 +0200
changeset 6987 d09e813b21e3
parent 3749 f9567a7fa3b3
permissions -rwxr-xr-x
highlight: only pygmentize for HTML mimetypes For non-html mimetypes it doesn't make much sense. This also fixes the issue that highlight unconditionally adds a <link/> tag for its CSS to the template's header (which is pointless in text/plain output).

#!/bin/sh

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