log mercurial/hgweb/webcommands.py @ 18821:40b4b1f9b7a0

age author description
Sun, 10 Feb 2013 11:52:05 +0100 Angel Ezquerra hgweb: teach archive how to download a specific directory or file
Sat, 09 Feb 2013 21:51:21 +0000 Dan Villiom Podlaski Christiansen hgweb: generate HTML documentation
Sun, 10 Feb 2013 18:24:29 +0100 Mads Kiilerich hgweb: simplify internal staticfile return codes
Fri, 08 Feb 2013 21:55:46 +0100 Benoit Boissinot templates: export extra as a dict to templates
Tue, 05 Feb 2013 11:31:43 -0600 Kevin Bullock hgweb: make 'summary' work with hidden changesets (issue3810) stable
Fri, 01 Feb 2013 10:12:41 -0600 Kevin Bullock hgweb: rename 'currentbaseline' template keyword to 'basenode' stable
Tue, 29 Jan 2013 16:44:51 +0100 Pierre-Yves David hgweb: prevent traceback during search when filtered (issue3783) stable
Fri, 25 Jan 2013 11:43:54 -0600 Kevin Bullock hgweb: don't attempt to show hidden bookmarks (issue3774) stable
Fri, 25 Jan 2013 14:50:18 -0600 Kevin Bullock hgweb: fetch tipmost unfiltered rev thru the changelog stable
Wed, 16 Jan 2013 14:22:43 +0100 Pierre-Yves David hgweb: walk the graph through the changelog
Fri, 11 Jan 2013 01:08:00 +0100 Pierre-Yves David hgweb: use changelog for iteration
Wed, 16 Jan 2013 13:18:22 +0100 Pierre-Yves David hgweb: pass repo object to revnav construction
Mon, 14 Jan 2013 16:55:48 +0100 Pierre-Yves David hgweb: introduction a filerevnav subclass
Thu, 10 Jan 2013 18:59:37 +0100 Pierre-Yves David hgweb: pass nodefunc to the revnav object
Tue, 15 Jan 2013 21:17:18 +0100 Pierre-Yves David hgweb: move revnavgen into an object