# HG changeset patch # User Martin Geisler # Date 1243774342 -7200 # Node ID 88edf62870f42c61ae4b27aae2c9d540911eb47c # Parent e4ad46f9a004893ec7e713eb48c014d91aa6e61c highlight: consistently capitalize Pygments diff -r e4ad46f9a004 -r 88edf62870f4 hgext/highlight/__init__.py --- a/hgext/highlight/__init__.py Sun May 31 14:51:37 2009 +0200 +++ b/hgext/highlight/__init__.py Sun May 31 14:52:22 2009 +0200 @@ -10,7 +10,7 @@ """syntax highlighting in hgweb, based on Pygments -It depends on the pygments syntax highlighting library: +It depends on the Pygments syntax highlighting library: http://pygments.org/ To enable the extension add this to hgrc: