diff -r 111813de4188 -r 9df67ee30ef5 hgext/highlight/__init__.py --- a/hgext/highlight/__init__.py Thu Jun 12 11:49:13 2008 +0200 +++ b/hgext/highlight/__init__.py Sat Oct 18 16:56:39 2008 +0200 @@ -1,4 +1,4 @@ -"""a mercurial extension for syntax highlighting in hgweb +"""syntax highlighting in hgweb, based on Pygments It depends on the pygments syntax highlighting library: http://pygments.org/