mercurial/hgweb/webcommands.py
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
Fri, 06 Feb 2015 20:48:22 -0800 Gregory Szorc webcommands: document "changeset" web command
Fri, 06 Feb 2015 20:44:46 -0800 Gregory Szorc webcommands: document "tags" web command
Fri, 06 Feb 2015 20:43:54 -0800 Gregory Szorc webcommands: document "bookmarks" web command
Fri, 06 Feb 2015 20:44:10 -0800 Gregory Szorc webcommands: document "branches" web command
Fri, 06 Feb 2015 20:41:08 -0800 Gregory Szorc webcommands: document "help" web command
Fri, 06 Feb 2015 22:47:48 -0800 Gregory Szorc webcommands: move help import into help command handler
Fri, 06 Feb 2015 22:52:40 -0800 Gregory Szorc webcommands: define a dict of available commands
Fri, 06 Feb 2015 19:06:17 -0800 Gregory Szorc webcommands: define web commands using a decorator
Mon, 02 Feb 2015 22:28:52 +0900 Yuya Nishihara hgweb: use revset.spanset where appropriate
Tue, 06 Jan 2015 20:14:52 -0800 Gregory Szorc hgweb: extract changelist entry generation into own function
Sat, 03 Jan 2015 17:50:21 +0800 Anton Shestakov hgweb: allow viewing diffs against p1 or p2 for merge commits (issue3904)
Fri, 21 Nov 2014 16:16:03 -0800 Siddharth Agarwal webcommands.annotate: explicitly only honor whitespace diffopts
Wed, 05 Nov 2014 21:33:45 -0500 Matt Harbison hgweb: fix a crash when using web.archivesubrepos stable
Sun, 28 Sep 2014 16:57:37 +0200 Mads Kiilerich templater: introduce templatepaths for getting paths searched for templates
Fri, 15 Aug 2014 16:20:47 +0200 Mads Kiilerich cleanup: avoid _ for local unused tmp variables - that is reserved for i18n
Thu, 17 Apr 2014 09:36:09 +0900 FUJIWARA Katsunori hgweb: show revisions and hashes gotten from changelog in "comparison" page
Thu, 17 Apr 2014 09:36:08 +0900 FUJIWARA Katsunori hgweb: make "comparison" get parent from not filelog but changelog
Fri, 14 Mar 2014 08:47:57 -0700 Lucas Moscovicz webcommands: changed code to use lazy classes when calling dagwalker
Wed, 12 Mar 2014 13:29:07 -0400 Augie Fackler webcommands: move from dict() construction to {} literals
Tue, 21 Jan 2014 11:39:26 -0800 Lucas Moscovicz revset: added baseset class (still empty) to improve revset performance
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao hgweb: simplify branches with repo.branchmap().iterbranches()
Mon, 16 Sep 2013 01:08:29 -0700 Brodie Rao hgweb: simplify summary with repo.branchmap().iterbranches()
Fri, 22 Nov 2013 17:26:58 -0600 Matt Mackall merge with stable
Fri, 08 Nov 2013 09:48:01 +0100 Isaac Jurado hgweb: ignore non numeric "revcount" parameter values (issue4091) stable
Sun, 10 Nov 2013 18:23:29 +0400 Alexander Plavin hgweb: use semantically suitable filelog.revs in filelog
Sun, 10 Nov 2013 18:07:56 +0400 Alexander Plavin hgweb: always compute all entries and latestentry in filelog
Sun, 10 Nov 2013 18:05:53 +0400 Alexander Plavin hgweb: remove unused argument of entries function in filelog
less more (0) -100 -60 tip