hgext/highlight/__init__.py
changeset 8932 f87884329419
parent 8894 868670dbc237
child 8949 8d985f0e54ae
--- a/hgext/highlight/__init__.py	Wed Jun 24 12:04:19 2009 +0200
+++ b/hgext/highlight/__init__.py	Wed Jun 24 12:25:56 2009 +0200
@@ -8,7 +8,7 @@
 # The original module was split in an interface and an implementation
 # file to defer pygments loading and speedup extension setup.
 
-"""syntax highlighting for hgweb
+"""syntax highlighting for hgweb (requires Pygments)
 
 It depends on the Pygments syntax highlighting library:
 http://pygments.org/