log mercurial/hgweb.py @ 890:391de0bcc722

age author description
Fri, 12 Aug 2005 16:12:09 -0800 Bryan O'Sullivan Merge walk fixes.
Fri, 12 Aug 2005 15:10:09 -0800 Bryan O'Sullivan Merge Windows path fixes.
Fri, 12 Aug 2005 11:18:41 -0800 Bryan O'Sullivan Merge latest round of walk fixes.
Fri, 12 Aug 2005 07:42:32 -0800 Bryan O'Sullivan Update to tip.
Wed, 10 Aug 2005 12:36:34 -0800 Bryan O'Sullivan Merge IPv6 fix.
Wed, 10 Aug 2005 12:35:25 -0800 Bryan O'Sullivan Fix problem with "hg serve" on systems not providing IPv6.
Fri, 12 Aug 2005 10:17:12 -0800 Bryan O'Sullivan Merge patchbomb script.
Fri, 12 Aug 2005 09:58:35 -0800 Bryan O'Sullivan Merge Chris's changes with mine.
Tue, 09 Aug 2005 17:24:38 -0800 Bryan O'Sullivan Merge with mpm.
Mon, 08 Aug 2005 19:49:48 -0800 Jeff Sipek [PATCH] Move default page name into map file
Mon, 08 Aug 2005 19:49:34 -0800 Jeff Sipek [PATCH] Propagate the template map though recursively
Thu, 04 Aug 2005 13:31:25 -0800 mpm Merge with BOS
Thu, 04 Aug 2005 13:27:41 -0800 mpm Merge with TAH
Thu, 04 Aug 2005 13:21:27 -0800 Samuel Tardieu Add an option to hg serve to serve file using IPv6
Thu, 21 Jul 2005 18:20:13 -0500 mpm Check protocol versions
Thu, 21 Jul 2005 18:18:43 -0500 Muli Ben-Yehuda When pulling from a non hg repository URL (e.g. http://www.kernel.org/hg)
Wed, 13 Jul 2005 01:41:49 -0800 mpm Repair the hgweb search interface
Wed, 06 Jul 2005 22:28:50 -0800 kreijack this patch permits hgweb to show the deleted files in the changeset diff
Wed, 06 Jul 2005 22:20:12 -0800 Matt Mackall Protocol switch from using generators to stream-like objects.
Mon, 04 Jul 2005 15:42:26 -0800 Matt Mackall Attempt to handle RSS URIs properly
Sun, 03 Jul 2005 20:51:05 -0800 mpm [PATCH] Get "hg serve" to optionally log accesses and errors to files
Sun, 03 Jul 2005 20:47:29 -0800 mpm [PATCH] Get "hg serve" to print the URL being served
Sun, 03 Jul 2005 20:21:37 -0800 mpm Add globals to templater/fixup RSS
Sun, 03 Jul 2005 20:10:21 -0800 mpm Simplify RSS date generation
Sun, 03 Jul 2005 13:32:59 -0800 mpm [PATCH] Add RSS support to hgweb
Sun, 03 Jul 2005 12:29:37 -0800 mpm [PATCH 4/5]: cleaning the template parent management in hgweb
Sat, 02 Jul 2005 18:57:59 -0800 mpm Remove all remaining print statements
Sat, 02 Jul 2005 13:40:15 -0800 mpm More whitespace cleanups
Sat, 02 Jul 2005 12:45:53 -0800 mpm [PATCH 5/5]: cleaning the template parent management in hgweb
Sat, 02 Jul 2005 12:34:45 -0800 mpm [PATCH 3/5]: cleaning the template parent management in hgweb
Sat, 02 Jul 2005 12:31:32 -0800 mpm [PATCH 2/5]: cleaning the template parent management in hgweb
Sat, 02 Jul 2005 12:27:27 -0800 mpm [PATCH 1/5]: cleaning the template parent management in hgweb
Fri, 01 Jul 2005 14:46:31 -0800 mpm [PATCH] Add tags to hgweb
Thu, 30 Jun 2005 23:28:16 -0800 mpm Merge with TAH
Thu, 30 Jun 2005 21:47:23 +0100 Thomas Arendsen Hein Merge with upstream
Thu, 30 Jun 2005 23:21:09 -0800 mpm Minor hgweb fixup for new diff code
Thu, 30 Jun 2005 23:19:37 -0800 mpm Add multiple keyword search to hgweb
Thu, 30 Jun 2005 20:54:01 -0800 mpm Refactor diffrevs/diffdir into changes
Thu, 30 Jun 2005 09:22:59 -0800 mpm [PATCH] Handle 'name firstname <email@server>' correctly in annotate
Thu, 30 Jun 2005 09:22:11 -0800 mpm [PATCH] Generate correctly XML entities for obfuscated user
Wed, 29 Jun 2005 10:42:35 -0800 mpm Whitespace cleanups
Fri, 17 Jun 2005 08:50:11 -0800 mpm hgweb: pull cgitb into CGI script example, where it can easily be disabled
Wed, 15 Jun 2005 21:13:49 -0800 mpm Merge with TAH
Thu, 16 Jun 2005 05:44:05 +0100 Thomas Arendsen Hein hgweb: fix deleted file in filediff key error
Wed, 15 Jun 2005 21:13:08 -0800 mpm Show nice short hashes in hgweb
Wed, 15 Jun 2005 19:23:09 -0800 mpm hgweb: fix deleted file in changeset key error
Wed, 15 Jun 2005 17:15:38 -0800 mpm hgweb: remove pointless manifest reads
Wed, 15 Jun 2005 10:20:26 -0800 mpm hgweb: add file permissions
Wed, 15 Jun 2005 00:50:44 -0800 mpm hgweb: change number navigation tidy up
Wed, 15 Jun 2005 00:33:57 -0800 mpm Merge with TAH
Wed, 15 Jun 2005 00:08:03 -0800 mpm rework all code using tags
Mon, 13 Jun 2005 18:36:40 -0800 mpm Merge with TAH
Mon, 13 Jun 2005 11:58:33 -0800 mpm hgweb: Fix reloading of index
Tue, 07 Jun 2005 00:21:53 -0800 mpm hgweb: ignore pipe errors
Tue, 07 Jun 2005 00:04:43 -0800 mpm hgweb: shrink the default changelog list to 10
Mon, 06 Jun 2005 10:52:19 -0800 mpm hgweb: fix non-existent source or destination for diff
Sat, 04 Jun 2005 20:02:27 -0800 mpm hgweb: watch changelog for changes
Fri, 03 Jun 2005 18:29:46 -0800 mpm Resolve bits from TAH
Fri, 03 Jun 2005 13:43:17 -0800 mpm hgweb.py: kill #! line, clean up copyright notice
Fri, 03 Jun 2005 13:32:37 -0800 mpm Merge from tah