mercurial/hgweb/webcommands.py
Sun, 11 Jan 2009 22:48:28 -0600 Matt Mackall errors: move revlog errors
Mon, 12 Jan 2009 09:16:03 +0100 Dirkjan Ochtman use dict.iteritems() rather than dict.items()
Fri, 09 Jan 2009 17:34:06 +0100 Benoit Boissinot web: use the correct filectx in filelog
Sun, 04 Jan 2009 19:10:42 +0100 Dirkjan Ochtman hgweb: fix problems with empty repositories
Thu, 27 Nov 2008 16:07:13 +0100 Dirkjan Ochtman kill some trailing spaces
Tue, 25 Nov 2008 22:53:01 +0100 Dirkjan Ochtman coal/paper: show branch name in changeset view
Tue, 25 Nov 2008 21:54:28 +0100 Benoit Allard coal/paper: display tags and branch in filelog page
Wed, 12 Nov 2008 15:19:14 -0600 Matt Mackall linkrev: take a revision number rather than a hash
Fri, 07 Nov 2008 23:31:12 +0100 Dirkjan Ochtman hgweb: fix up the less/more links on the graph page
Fri, 07 Nov 2008 15:40:36 +0100 Dirkjan Ochtman hgweb: fix pagination for graph
Mon, 03 Nov 2008 20:31:53 +0100 Dirkjan Ochtman hgweb: move another utility function into the webutil module
Mon, 03 Nov 2008 20:41:48 +0100 Dirkjan Ochtman hgweb: move the diffs() generator into webutil
Mon, 03 Nov 2008 10:20:28 +0100 Ry4an Brase hgweb: descend empty directories in web view
Sat, 01 Nov 2008 13:07:24 +0100 Dirkjan Ochtman hgweb: conditionally show file logs for deleted files
Tue, 28 Oct 2008 22:24:17 -0700 Brendan Cully Allow per-file shadowing of static directory in templatepath
Tue, 28 Oct 2008 19:25:26 +0100 Benoit Boissinot remove unused variables
Mon, 20 Oct 2008 14:13:37 +0200 Dirkjan Ochtman hgweb: working diff for removed files
Mon, 20 Oct 2008 12:41:09 +0200 Dirkjan Ochtman hgweb: remove links to non-existent file versions
Fri, 17 Oct 2008 11:34:31 -0700 Brendan Cully Allow hgweb to search for templates in more than one path.
Wed, 15 Oct 2008 21:50:47 +0200 Benoit Boissinot hgweb: cleanup the manifest generation
Fri, 12 Sep 2008 16:15:01 +0200 Dirkjan Ochtman hgweb: let the web graph cope with low revisions/new repositories (issue1293)
Fri, 05 Sep 2008 17:28:37 +0200 Rocco Rutte hgweb: Respond with HTTP 403 for disabled archive types instead of 404
Wed, 03 Sep 2008 15:46:46 +0200 Rocco Rutte hgweb: Serve raw non-binary files as text/plain
Sat, 02 Aug 2008 14:08:21 +0200 Patrick Mezard Merge with crew-stable
Fri, 01 Aug 2008 12:33:10 +0200 Benoit Boissinot hgweb: do not use unassigned variables in exception handling
Fri, 27 Jun 2008 18:28:45 -0500 Matt Mackall util: add sort helper
Thu, 26 Jun 2008 14:35:50 -0500 Matt Mackall add __len__ and __iter__ methods to repo and revlog
Thu, 26 Jun 2008 14:35:46 -0500 Matt Mackall use repo[changeid] to get a changectx
Mon, 23 Jun 2008 12:54:27 +0200 Dirkjan Ochtman graph: display branch name alongside tags
Wed, 18 Jun 2008 19:04:10 +0200 Benoit Allard graph: limit the number of displayed changest to a reasonable value
Wed, 18 Jun 2008 07:06:41 +0200 Dirkjan Ochtman add graph page to hgweb
Fri, 13 Jun 2008 12:34:23 +0200 Dirkjan Ochtman merge from crew-stable
Fri, 13 Jun 2008 12:33:40 +0200 Ali Saidi fix traceback in hgweb when URL doesn't end in one of the archive specs
Wed, 11 Jun 2008 14:49:53 +0200 Andrew Beekhof webcommands: fix increments lost by 894875eae49b
Sat, 07 Jun 2008 17:52:00 +0200 Dirkjan Ochtman hgweb: show cset node and description when hovering over annotate prefix
Wed, 23 Apr 2008 22:45:53 +0200 Patrick Mezard webcommands: pass full author to annotate, fix templates (issue 1054)
Mon, 31 Mar 2008 23:14:25 -0500 Matt Mackall hgweb: fix merge breakage
Mon, 31 Mar 2008 21:49:33 -0500 Matt Mackall hgweb: minor improvements for new web style
Sun, 30 Mar 2008 22:22:53 +0200 Benoit Boissinot fix bug introduced by 894875eae49b (short not defined)
Fri, 28 Mar 2008 19:40:44 +0100 Dirkjan Ochtman hgweb: refactor hgweb code
Fri, 28 Mar 2008 19:37:28 +0100 Dirkjan Ochtman hgweb: separate out utility functions
Sun, 23 Mar 2008 23:08:18 +0100 Dirkjan Ochtman hgweb: better error messages
Thu, 06 Mar 2008 22:51:16 +0100 Joel Rosdahl Avoid importing mercurial.node/mercurial.repo stuff from mercurial.hg
Fri, 01 Feb 2008 10:31:13 +0100 Dirkjan Ochtman hgweb: explicit response status
Mon, 28 Jan 2008 15:10:17 +0100 Dirkjan Ochtman hgweb: centralize req.write() calls
Mon, 28 Jan 2008 14:58:03 +0100 Dirkjan Ochtman hgweb: explicitly check if requested command exists
Sat, 26 Jan 2008 22:44:27 +0100 Patrick Mezard webcommands: add missing hg import
Tue, 22 Jan 2008 12:31:55 +0100 Dirkjan Ochtman hgweb: be sure to send a valid content-type for raw files
Tue, 22 Jan 2008 09:28:51 +0100 Dirkjan Ochtman hgweb: use ErrorResponse instead of custom response
Sun, 20 Jan 2008 14:39:25 +0100 Christian Ebert Prefer i in d over d.has_key(i)
Fri, 18 Jan 2008 19:53:38 +0100 Dirkjan Ochtman hgweb: fast path for sending raw files
Mon, 03 Dec 2007 13:30:08 +0100 Dirkjan Ochtman hgweb: explicitly pass around the templater
Mon, 03 Dec 2007 12:27:11 +0100 Dirkjan Ochtman separate the wire protocol commands from the user interface commands
Mon, 03 Dec 2007 11:58:29 +0100 Dirkjan Ochtman fix some imports; pushing bz2 bundles over http is currently untested
Sun, 02 Dec 2007 23:26:40 +0100 Dirkjan Ochtman split out hgweb commands into a separate file, move some code around
less more (0) tip