log hgext/highlight.py @ 6747:f6c00b17387c

age author description
Thu, 12 Jun 2008 11:33:47 +0200 Dirkjan Ochtman convert comments to docstrings in a bunch of extensions
Thu, 12 Jun 2008 13:12:09 +0200 Dirkjan Ochtman merge from crew-stable
Thu, 12 Jun 2008 00:11:09 -0700 Brendan Cully Truncate input to 1K when using pygments guess_lexer.
Thu, 12 Jun 2008 00:11:09 -0700 Brendan Cully Truncate input to 1K when using pygments guess_lexer.
Thu, 10 Apr 2008 14:25:50 +0200 Dirkjan Ochtman Merge with crew-stable.
Thu, 10 Apr 2008 14:24:27 +0200 Benoit Allard highlight: backward compatibility with pygments 0.5.1
Sat, 05 Apr 2008 21:29:02 +0200 Isaac Jurado highlight: Generate pygments style sheet dynamically
Fri, 28 Mar 2008 17:31:50 +0100 Dirkjan Ochtman highlight: some small cleanups
Fri, 28 Mar 2008 19:40:44 +0100 Dirkjan Ochtman hgweb: refactor hgweb code
Thu, 06 Mar 2008 22:23:41 +0100 Joel Rosdahl Remove unused imports
Fri, 29 Feb 2008 14:48:21 -0800 Brendan Cully highlight: forgot import
Fri, 29 Feb 2008 14:47:07 -0800 Brendan Cully highlight: guess by text when path name is ambiguous
Fri, 29 Feb 2008 14:21:15 -0800 Brendan Cully highlight: make div trimmer work when lexer fails to identify text.
Fri, 29 Feb 2008 11:13:50 -0800 Brendan Cully highlight: use iter() instead of generator comprehension
Thu, 28 Feb 2008 22:04:22 -0800 Brendan Cully highlight: bail out if file is binary