Thu, 03 Mar 2022 17:34:00 +0100 |
Gregory Szorc |
py2: remove simple from __future__ statements
|
Tue, 12 Nov 2019 11:05:03 +0100 |
Denis Laxalde |
py3: avoid iterating over a literal bytes in highlight
stable
|
Tue, 08 Oct 2019 15:06:18 -0700 |
Martin von Zweigbergk |
cleanup: join string literals that are already on one line
|
Sun, 06 Oct 2019 09:48:39 -0400 |
Augie Fackler |
formatting: byteify all mercurial/ and hgext/ string literals
|
Sun, 06 Oct 2019 09:45:02 -0400 |
Augie Fackler |
formatting: blacken the codebase
|
Mon, 09 Sep 2019 14:26:43 -0400 |
Connor Sheehan |
highlight: fix encoding issues to enable Py3 compatibility
|
Mon, 18 Jun 2018 21:54:52 +0900 |
Yuya Nishihara |
highlight: get around tmpl.load() which now returns a parsed tree
|
Sun, 17 Jun 2018 23:00:08 -0400 |
Augie Fackler |
highlight: adjust to attribute being private
|
Sat, 05 May 2018 18:41:51 -0700 |
Gregory Szorc |
demandimport: make module ignores a set (API)
|
Thu, 22 Mar 2018 21:56:20 +0900 |
Yuya Nishihara |
stringutil: bulk-replace call sites to point to new module
|
Fri, 08 Dec 2017 16:14:19 -0500 |
Augie Fackler |
highlight: eagerly discover plugin lexers while demandimport is off
|
Sun, 18 Jun 2017 23:05:54 -0400 |
Augie Fackler |
highlight: put pygments import inside demandimport.deactivated
|
Sun, 03 Jul 2016 22:28:24 +0530 |
Pulkit Goyal |
py3: make files use absolute_import and print_function
|
Mon, 16 May 2016 21:30:53 +0000 |
timeless |
py3: convert to next() function
|
Thu, 31 Dec 2015 08:16:59 +0000 |
timeless |
cleanup: remove superfluous space after space after equals (python)
|
Wed, 14 Oct 2015 18:22:16 -0700 |
Gregory Szorc |
highlight: add option to prevent content-only based fallback
|
Sun, 02 Aug 2015 19:18:35 +0800 |
Anton Shestakov |
highlight: exit early on textual and unknown files (issue3005)
|
Wed, 22 Jul 2015 10:19:17 +0800 |
Anton Shestakov |
highlight: produce correct markup when there's a blank line just before EOF
stable
|
Wed, 17 Dec 2014 13:25:24 -0600 |
Matt Mackall |
highlight: ignore Unicode's extra linebreaks (issue4291)
|
Fri, 10 May 2013 00:26:39 +0400 |
Alexander Plavin |
highlight: fix page layout with empty first and last lines
stable
|
Sun, 09 Dec 2012 23:33:16 +0100 |
Mads Kiilerich |
check-code: there must also be whitespace between ')' and operator
|
Mon, 19 Apr 2010 16:47:44 -0500 |
Matt Mackall |
highlight: fix to work with caching templater
|
Mon, 08 Feb 2010 15:36:34 +0100 |
Benoit Boissinot |
fix coding style (reported by pylint)
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Sat, 29 Aug 2009 15:24:15 +0900 |
Yuya Nishihara |
highlight: fixes garbled text in non-UTF-8 environment
|
Tue, 12 May 2009 12:04:05 +0200 |
Dirkjan Ochtman |
templater: provide the standard template filters by default
|
Sun, 26 Apr 2009 01:48:43 +0200 |
Martin Geisler |
highlight: add copyright and license header
|
Fri, 03 Apr 2009 14:51:48 -0500 |
Matt Mackall |
move encoding bits from util to encoding
|
Fri, 17 Oct 2008 12:12:33 +0200 |
Christian Ebert |
highlight: convert text to local before passing to pygmentize (issue1341)
|
Mon, 25 Aug 2008 23:04:56 +0200 |
Patrick Mezard |
highlight: split code to improve startup times
base
hgext/highlight.py@b9f5db546e08
|