mercurial/hgweb/webcommands.py
Tue, 05 Sep 2017 15:06:45 -0700 Martin von Zweigbergk cleanup: rename "matchfn" to "match" where obviously a matcher
Sat, 15 Jul 2017 15:51:57 -0700 Gregory Szorc revset: pass repo when passing ui
Wed, 21 Jun 2017 17:17:17 +0200 Denis Laxalde hgweb: plug followlines action in annotate view
Sun, 19 Feb 2017 19:37:14 +0900 Yuya Nishihara dagop: move blockancestors() and blockdescendants() from context
Sun, 21 May 2017 16:57:32 +0900 Yuya Nishihara help: pass commands module by argument
Wed, 03 May 2017 18:04:43 -0700 Jun Wu webcommands: use fctx.isbinary
Mon, 24 Apr 2017 10:32:15 +0200 Denis Laxalde hgweb: do not show "descending" link in followlines UI for filelog heads stable
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
Wed, 30 Dec 2015 17:15:10 -0700 Gregory Szorc hgweb: support rendering a sub-topic
Wed, 30 Dec 2015 17:34:51 -0700 Gregory Szorc hgweb: support rendering sub-topic indexes
Fri, 13 Nov 2015 14:35:36 +0800 Anton Shestakov hgweb: move entry-preparing code from webcommands to webutils.commonentry()
Sat, 28 Nov 2015 17:06:29 +0800 Anton Shestakov webcommands: test that fctx is not None in filediff()
Sat, 28 Nov 2015 16:46:31 +0800 Anton Shestakov webcommands: stop using ersatz if-else ternary operator for rename variable
Sat, 28 Nov 2015 16:02:22 +0800 Anton Shestakov webcommands: get correct parents when comparing a removed file (issue4962)
Fri, 13 Nov 2015 18:31:58 +0800 Anton Shestakov paper: show current revision on file log page
Sat, 31 Oct 2015 22:07:40 +0900 Yuya Nishihara hgweb: use absolute_import
Sun, 01 Nov 2015 14:43:25 +0900 Yuya Nishihara hgweb: unify import style of error classes
Tue, 10 Nov 2015 23:02:59 +0800 Anton Shestakov hgweb: compute changeset parents and children for log pages lazily
Mon, 02 Nov 2015 23:37:49 +0800 Anton Shestakov hgweb: replace some str.split() calls by str.partition() or str.rpartition()
Sat, 17 Oct 2015 00:58:46 +0200 Mads Kiilerich spelling: trivial spell checking
Sat, 22 Aug 2015 15:12:52 -0700 Gregory Szorc hgweb: move archive related attributes to requestcontext
Tue, 01 Sep 2015 23:35:06 +0800 Anton Shestakov hgweb: limit branches shown on summary page to 10
Tue, 01 Sep 2015 23:29:30 +0800 Anton Shestakov hgweb: use webutil.branchentries for branches on summary page
Tue, 01 Sep 2015 22:28:45 +0800 Anton Shestakov hgweb: move branchentries code from webcommands to webutil
Tue, 23 Jun 2015 22:20:08 -0700 Gregory Szorc global: mass rewrite to use modern exception syntax
Tue, 16 Jun 2015 02:07:25 +0800 Anton Shestakov hgweb: provide symrev (symbolic revision) property to the templates
Sun, 26 Apr 2015 19:42:47 +0900 Yuya Nishihara revset: move validation of incomplete parsing to parse() function
Sat, 16 May 2015 14:30:07 -0400 Augie Fackler cleanup: use __builtins__.any instead of util.any
Fri, 15 May 2015 20:04:24 +0800 Anton Shestakov paper: show branch/tags/bookmarks when blaming (issue3559)
Fri, 15 May 2015 20:03:42 +0800 Anton Shestakov paper: show branch/tags/bookmarks when comparing (issue3559)
Fri, 15 May 2015 20:02:41 +0800 Anton Shestakov paper: show branch/tags/bookmarks when diffing (issue3559)
less more (0) -100 -60 tip