Highlight extension on local install
Brad Schick
schickb at gmail.com
Thu Mar 27 19:08:37 UTC 2008
I'm trying to get the highlight extension working with the following setup:
-hosted freebsd 6.2, apache 2.something
-mercurial 1.0 installed locally to ~/lib/python
-pygments 0.9 installed locally to ~/lib/python
I am serving one repository through hgweb.cgi which is working fine. But
I haven't managed to get highlights working. In the repository's
.hg/hgrc file I added:
[extensions]
hgext.highlight =
In mercurial tests both "./hghave pygments" and "make test-highlight"
work fine. I've also verified that
~/lib/python/mercurial/templates/static/highlight.css exists. But the
highlight.css style sheet is not added to the html and I'm not getting
any highlights. Any suggestions?
-Brad
More information about the Mercurial
mailing list