log mercurial/hgweb/webcommands.py @ 16773:d490edc71146

age author description
Mon, 21 May 2012 00:20:05 +0200 Paul Boddie hgweb: make graph data suitable for template usage
Tue, 15 May 2012 07:00:55 +0200 Matt Mackall merge with stable
Mon, 14 May 2012 12:56:43 +0200 Matt Mackall hgweb: fix filediff base calculation stable
Sun, 13 May 2012 14:04:06 +0200 Brodie Rao context: add changectx.closesbranch() method
Sun, 13 May 2012 14:04:04 +0200 Brodie Rao localrepo: add branchtip() method for faster single-branch lookups
Thu, 19 Apr 2012 20:54:56 +0900 FUJIWARA Katsunori i18n: show localized messages for commands/extensions in hgweb help top (issue3383) stable
Sun, 15 Apr 2012 16:05:53 +0200 Martin Geisler hgweb: add hook for remapping repository path into virtual paths
Fri, 23 Mar 2012 01:31:31 +0100 Paul Boddie hgweb: add block numbers to diff regions and related links
Sun, 22 Jan 2012 19:35:26 +0700 Constantine Linnick graph: in hgrc specify line width for main branch
Sun, 25 Dec 2011 20:35:16 +0900 FUJIWARA Katsunori i18n: use "encoding.lower()" to normalize string in hgweb search query
Fri, 18 Nov 2011 12:04:31 +0100 Patrick Mezard annotate: support diff whitespace filtering flags (issue3030)
Sun, 31 Jul 2011 01:46:52 +0200 Matt Mackall hgweb: raw file mimetype guessing configurable, off by default (BC) (issue2923) stable
Wed, 29 Jun 2011 09:36:45 +0200 Jesse Long hgweb: treat branch attribute `closed' as more important than `inactive' stable
Sat, 11 Jun 2011 21:11:43 +0800 Steven Brown web: provide diff summary to the changeset page
Thu, 02 Jun 2011 18:52:31 +0800 Steven Brown web: prevent TypeError thrown when using the diffstat templates
Sat, 28 May 2011 14:44:45 +0800 Steven Brown web: provide diffstat to the changeset page
Sat, 30 Apr 2011 12:55:07 +0200 Alexander Solovyov drop {short,hex}(ctx.node()) calls in favor of ctx methods
Sat, 23 Apr 2011 15:04:15 +0200 Alexander Solovyov graphlog: make use of graphmod's revset support
Wed, 13 Apr 2011 07:40:24 +0530 Md. O. Shayan hgweb: set minimum number of revision to display to 1 when revcount is 0
Sun, 10 Apr 2011 10:01:42 +0900 Yuya Nishihara hgweb: add bookmarks listing to summary page of gitweb/monoblue styles
Sun, 10 Apr 2011 10:01:39 +0900 Yuya Nishihara hgweb: remove useless notip handling from bookmarks listing
Sun, 10 Apr 2011 10:01:37 +0900 Yuya Nishihara hgweb: sort bookmarks in the same manner as console command
Thu, 07 Apr 2011 13:23:07 +0530 Md. O. Shayan hgweb: fix inconsistant display of graphlog (issue1706) stable
Wed, 30 Mar 2011 02:22:15 +0900 Yuya Nishihara hgweb: add bookmark labels to monoblue theme (based on 270f57d35525) stable
Sat, 12 Mar 2011 11:20:03 +0100 Alexander Solovyov hgweb: add separate page with bookmarks listing stable
Sat, 12 Mar 2011 11:19:44 +0100 Alexander Solovyov hgweb: add display of bookmarks for changelog and changeset stable
Mon, 06 Dec 2010 16:56:06 +0100 Oli Thissen hgweb: added revision date to annotate line data
Sun, 10 Oct 2010 17:35:28 -0500 Matt Mackall hgweb: another fix for the help termwidth bug
Sun, 10 Oct 2010 11:05:06 -0500 Matt Mackall hgweb: more ui fiddling
Sat, 09 Oct 2010 12:27:14 -0500 Augie Fackler web: add a help view for getting hg help output