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)
|
Fri, 15 May 2015 20:00:47 +0800 |
Anton Shestakov |
paper: show branch/tags/bookmarks when viewing (issue3559)
|
Fri, 15 May 2015 18:17:36 +0800 |
Anton Shestakov |
paper: show branch/tags/bookmarks when browsing (issue3559)
|
Mon, 27 Apr 2015 19:13:55 -0300 |
Wagner Bruna |
webcommands: fix description of manifest default behavior
stable
|
Mon, 27 Apr 2015 19:09:54 -0300 |
Wagner Bruna |
webcommands: fix typo in changelog documentation
stable
|
Tue, 28 Apr 2015 00:38:16 +0900 |
FUJIWARA Katsunori |
i18n: extract doc string of each web commands as translatable one
stable
|
Fri, 10 Apr 2015 22:34:12 -0400 |
Gregory Szorc |
hgweb: expose raw line numbers to templates
|
Fri, 13 Mar 2015 17:00:06 -0400 |
Jordi Gutiérrez Hermoso |
style: kill ersatz if-else ternary operators
|
Mon, 02 Mar 2015 15:07:18 -0800 |
Gregory Szorc |
hgweb: extract changeset template mapping generation to own function
|
Mon, 02 Feb 2015 22:21:07 +0900 |
Yuya Nishihara |
revset: make match function initiate query from full set by default
|
Fri, 06 Feb 2015 22:25:40 -0800 |
Gregory Szorc |
webcommands: document "graph" web command
|
Fri, 06 Feb 2015 22:19:59 -0800 |
Gregory Szorc |
webcommands: document "archive" web command
|
Fri, 06 Feb 2015 22:11:54 -0800 |
Gregory Szorc |
webcommands: document "filelog" web command
|
Fri, 06 Feb 2015 22:08:30 -0800 |
Gregory Szorc |
webcommands: document "annotate" web command
|
Fri, 06 Feb 2015 22:06:44 -0800 |
Gregory Szorc |
webcommands: document "comparison" web command
|
Fri, 06 Feb 2015 22:02:14 -0800 |
Gregory Szorc |
webcommands: document "filediff" web command
|
Fri, 06 Feb 2015 21:51:52 -0800 |
Gregory Szorc |
webcommands: document "summary" web command
|
Fri, 06 Feb 2015 21:48:01 -0800 |
Gregory Szorc |
webcommands: document "manifest" web command
|
Fri, 06 Feb 2015 21:39:15 -0800 |
Gregory Szorc |
webcommands: document "changelog" web command
|
Fri, 06 Feb 2015 21:26:53 -0800 |
Gregory Szorc |
webcommands: document "file" web command
|
Fri, 06 Feb 2015 21:13:03 -0800 |
Gregory Szorc |
webcommands: document "log" web command
|
Fri, 06 Feb 2015 20:50:17 -0800 |
Gregory Szorc |
webcommands: document "shortlog" web command
|