log mercurial/hgweb/webcommands.py @ 31939:604d31507f86

age author description
Mon, 10 Apr 2017 16:23:41 +0200 Denis Laxalde hgweb: handle a "descend" query parameter in filelog command
Thu, 30 Mar 2017 21:40:10 +0200 Denis Laxalde hgweb: prefix line id by ctx shortnode in filelog when patches are shown
Mon, 13 Mar 2017 15:17:20 +0100 Denis Laxalde hgweb: filter diff hunks when 'linerange' and 'patch' are specified in filelog
Thu, 19 Jan 2017 17:41:00 +0100 Denis Laxalde hgweb: handle a "linerange" request parameter in filelog command
Mon, 13 Mar 2017 10:41:13 +0100 Denis Laxalde hgweb: add a "patch" query parameter to filelog command
Mon, 13 Mar 2017 10:40:19 +0100 Denis Laxalde hgweb: handle "parity" internally in webutil.diffs()
Tue, 17 Jan 2017 17:25:48 +0100 Denis Laxalde hgweb: explictly pass basectx in webutil.diffs
Sun, 19 Feb 2017 18:19:33 +0900 Yuya Nishihara revset: split language services to revsetlang module (API)
Sun, 19 Feb 2017 18:16:09 +0900 Yuya Nishihara revset: import set classes directly from smartset module
Tue, 17 Jan 2017 09:19:24 +0100 Denis Laxalde hgweb: simplify calculation of first revision in filelog command
Tue, 17 Jan 2017 09:17:29 +0100 Denis Laxalde hgweb: restore ascending iteration on revs in filelog web command
Fri, 13 Jan 2017 10:22:25 +0100 Denis Laxalde hgweb: build the "entries" list directly in filelog command
Sun, 08 Jan 2017 01:24:45 +0800 Anton Shestakov hgweb: use archivespecs (dict) instead of archives (tuple) for "in" check
Sat, 22 Oct 2016 14:35:10 +0900 Yuya Nishihara ui: factor out ui.load() to create a ui without loading configs (API)
Sat, 05 Nov 2016 09:38:07 -0700 Gregory Szorc hgweb: cache fctx.parents() in annotate command (issue5414) stable
Sat, 08 Oct 2016 16:10:34 +0100 Jun Wu hgweb: make fctx.annotate a separated function so it could be wrapped
Sat, 16 Jul 2016 14:49:07 +0800 Anton Shestakov paper: make different blocks of annotated lines have different colors
Thu, 14 Jul 2016 12:33:44 +0800 Anton Shestakov hgweb: enumerate lines in loop header, not before
Tue, 28 Jun 2016 11:42:42 +0200 Denis Laxalde hgweb: add link to parents of annotated revision in annotate view
Thu, 30 Jun 2016 18:59:53 -0700 Gregory Szorc hgweb: expose list of per-repo labels to templates
Tue, 07 Jun 2016 12:10:01 +0200 Denis Laxalde hgweb: display blamed revision once per block in annotate view
Mon, 06 Jun 2016 15:14:11 +0200 Laura Médioni templates: add support for summary webcommand in json style
Wed, 01 Jun 2016 15:16:38 +0200 Denis Laxalde hgweb: remove unused code in annotate web command
Mon, 16 May 2016 21:30:53 +0000 timeless py3: convert to next() function
Thu, 31 Mar 2016 15:37:21 +0800 Anton Shestakov hgweb: generate last change date for an empty atom-bookmarks feed (issue5022)
Thu, 31 Mar 2016 15:22:06 +0800 Anton Shestakov hgweb: sort bookmarks in revlog order of their nodes
Thu, 31 Mar 2016 14:23:27 +0800 Anton Shestakov hgweb: sort bookmarks early
Sun, 27 Dec 2015 17:59:57 +0900 Yuya Nishihara templatefilters: make json filter be byte-transparent (BC) (issue4926)
Mon, 04 Jan 2016 23:05:09 +0900 Yuya Nishihara hgweb: add option to convert encoding of graphdata()
Mon, 04 Jan 2016 22:55:05 +0900 Yuya Nishihara hgweb: remove unused argument from graphdata() factory