Sun, 01 Oct 2017 12:29:33 +0100 |
Gregory Szorc |
hgweb: use parsebool for parsing diff query string options
|
Sat, 30 Sep 2017 09:01:36 +0100 |
Gregory Szorc |
hgweb: add HTML elements to control whitespace settings for annotate
|
Sat, 30 Sep 2017 09:08:01 +0100 |
Gregory Szorc |
hgweb: query string arguments to control whitespace for annotate
|
Fri, 30 Jun 2017 03:45:52 +0200 |
Boris Feld |
configitems: register the 'web.style' config
|
Fri, 30 Jun 2017 03:45:43 +0200 |
Boris Feld |
configitems: register the 'web.description' config
|
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
|