log mercurial/hgweb/webcommands.py @ 24076:b53d2afd11fb

age author description
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
Wed, 13 Nov 2013 16:46:46 -0200 Wagner Bruna hgweb, i18n: do not translate search mode description stable
Thu, 24 Oct 2013 01:49:56 +0800 Mads Kiilerich spelling: random spell checker fixes stable
Wed, 09 Oct 2013 14:15:34 -0700 Matt Mackall merge with stable
Wed, 09 Oct 2013 12:02:32 -0700 Matt Mackall hgweb: add escaping of tags and bookmarks in graph view stable
Mon, 07 Oct 2013 15:21:17 -0700 Matt Mackall hgweb: escape branch names in graph view stable
Thu, 03 Oct 2013 14:50:47 +0200 Mads Kiilerich check-code: check for spaces around = for named parameters
Fri, 06 Sep 2013 13:30:56 +0400 Alexander Plavin hgweb: add link to force literal keyword search
Fri, 06 Sep 2013 13:30:56 +0400 Alexander Plavin hgweb: pass variable with current search mode name to the search template
Fri, 06 Sep 2013 13:30:57 +0400 Alexander Plavin hgweb: add nextentry variable for easy pagination in changelog
Fri, 06 Sep 2013 13:30:57 +0400 Alexander Plavin hgweb: always compute all entries and latestentry in changelog