Fri, 06 Dec 2019 20:40:02 -0500 |
Matt Harbison |
match: resolve filesets against the passed `cwd`, not the current one
|
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
|
Thu, 27 Dec 2018 21:46:03 -0500 |
Matt Harbison |
extensions: deprecate extsetup without a `ui` argument (API)
|
Tue, 10 Jul 2018 23:49:48 +0900 |
Yuya Nishihara |
highlight: use matcher API to test if file should be pygmentized
|
Mon, 19 Mar 2018 21:09:23 +0900 |
Yuya Nishihara |
highlight: peek Content-Type header set by hgweb
|
Sat, 10 Mar 2018 20:51:46 -0800 |
Gregory Szorc |
hgweb: stop passing req and tmpl into @webcommand functions (API)
|
Sat, 10 Mar 2018 19:57:08 -0800 |
Gregory Szorc |
hgweb: pass modern request type into various webutil functions (API)
|
Sat, 10 Mar 2018 20:38:28 -0800 |
Gregory Szorc |
hgweb: use templater on requestcontext instance
|
Sat, 10 Mar 2018 20:35:35 -0800 |
Gregory Szorc |
hgweb: always return iterable from @webcommand functions (API)
|
Sat, 10 Mar 2018 20:36:34 -0800 |
Gregory Szorc |
hgweb: port most @webcommand to use modern response type
|
Tue, 23 Aug 2016 11:26:08 -0400 |
Augie Fackler |
extensions: change magic "shipped with hg" string
|
Sun, 03 Jul 2016 22:28:24 +0530 |
Pulkit Goyal |
py3: make files use absolute_import and print_function
|
Wed, 14 Oct 2015 18:22:16 -0700 |
Gregory Szorc |
highlight: add option to prevent content-only based fallback
|
Wed, 14 Oct 2015 17:43:44 -0700 |
Gregory Szorc |
highlight: inline checkfctx()
|
Wed, 14 Oct 2015 17:42:07 -0700 |
Gregory Szorc |
highlight: consolidate duplicate code
|
Sun, 20 Sep 2015 20:13:27 +0900 |
Yuya Nishihara |
highlight: remove temporary hack to overwrite repo.getcwd
|
Wed, 16 Sep 2015 22:30:36 +0800 |
Anton Shestakov |
highlight: add highlightfiles config option which takes a fileset (issue3005)
|
Tue, 16 Jun 2015 02:07:25 +0800 |
Anton Shestakov |
hgweb: provide symrev (symbolic revision) property to the templates
|
Tue, 28 Apr 2015 16:44:37 -0400 |
Augie Fackler |
extensions: document that `testedwith = 'internal'` is special
|
Thu, 03 Oct 2013 14:50:47 +0200 |
Mads Kiilerich |
check-code: check for spaces around = for named parameters
|
Tue, 15 May 2012 14:37:49 -0500 |
Augie Fackler |
hgext: mark all first-party extensions as such
|
Sat, 12 May 2012 15:54:54 +0200 |
Brodie Rao |
cleanup: eradicate long lines
|
Tue, 19 Jan 2010 22:20:08 -0600 |
Matt Mackall |
Update license to GPLv2+
stable
|
Fri, 28 Aug 2009 22:14:04 +0200 |
Martin Geisler |
highlight: move code from module top-level into extsetup
|
Sun, 26 Jul 2009 01:48:02 +0200 |
Martin Geisler |
highlight: wrap docstrings at 70 characters
|
Thu, 23 Jul 2009 00:23:39 +0200 |
Martin Geisler |
highlight: use reST syntax for literal block
|
Tue, 07 Jul 2009 23:54:42 +0200 |
Martin Geisler |
highlight: wrapped docstrings at 78 characters
|
Sat, 27 Jun 2009 13:08:07 +0200 |
Martin Geisler |
highlight: remove author name from docstring
|
Wed, 24 Jun 2009 12:25:56 +0200 |
Dirkjan Ochtman |
extensions: fix up description lines some more
|
Mon, 22 Jun 2009 15:48:08 +0200 |
Cédric Duval |
extensions: improve the consistency of synopses
|
Sun, 21 Jun 2009 16:54:57 +0200 |
Dirkjan Ochtman |
highlight: was broken since 580a79dde2a3 (encoding)
|
Sat, 20 Jun 2009 20:57:13 +0200 |
Cédric Duval |
help: remove per-extension paragraph on how to enable it
|
Sun, 31 May 2009 14:52:22 +0200 |
Martin Geisler |
highlight: consistently capitalize Pygments
|
Sun, 26 Apr 2009 01:48:43 +0200 |
Martin Geisler |
highlight: add copyright and license header
|
Wed, 22 Oct 2008 17:34:52 -0500 |
Matt Mackall |
extensions: use new wrapper functions
|
Sat, 18 Oct 2008 16:56:39 +0200 |
Dirkjan Ochtman |
help: better documentation intro for a few extensions
|
Fri, 05 Sep 2008 10:39:57 +0200 |
Rocco Rutte |
highlight: only pygmentize for HTML mimetypes
|
Mon, 25 Aug 2008 23:04:56 +0200 |
Patrick Mezard |
highlight: split code to improve startup times
|