Fixing up comment headers for split up code.
--- a/mercurial/hgweb/__init__.py Thu Jun 01 15:55:09 2006 -0700
+++ b/mercurial/hgweb/__init__.py Fri Jun 02 08:05:01 2006 -0700
@@ -1,4 +1,4 @@
-# hgweb.py - web interface to a mercurial repository
+# hgweb/__init__.py - web interface to a mercurial repository
#
# Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
# Copyright 2005 Matt Mackall <mpm@selenic.com>
--- a/mercurial/hgweb/common.py Thu Jun 01 15:55:09 2006 -0700
+++ b/mercurial/hgweb/common.py Fri Jun 02 08:05:01 2006 -0700
@@ -1,4 +1,4 @@
-# hgweb.py - web interface to a mercurial repository
+# hgweb/common.py - Utility functions needed by hgweb_mod and hgwebdir_mod
#
# Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
# Copyright 2005 Matt Mackall <mpm@selenic.com>
--- a/mercurial/hgweb/hgweb_mod.py Thu Jun 01 15:55:09 2006 -0700
+++ b/mercurial/hgweb/hgweb_mod.py Fri Jun 02 08:05:01 2006 -0700
@@ -1,4 +1,4 @@
-# hgweb.py - web interface to a mercurial repository
+# hgweb/hgweb_mod.py - Web interface for a repository.
#
# Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
# Copyright 2005 Matt Mackall <mpm@selenic.com>
--- a/mercurial/hgweb/hgwebdir_mod.py Thu Jun 01 15:55:09 2006 -0700
+++ b/mercurial/hgweb/hgwebdir_mod.py Fri Jun 02 08:05:01 2006 -0700
@@ -1,4 +1,4 @@
-# hgweb.py - web interface to a mercurial repository
+# hgweb/hgwebdir_mod.py - Web interface for a directory of repositories.
#
# Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
# Copyright 2005 Matt Mackall <mpm@selenic.com>
--- a/mercurial/hgweb/request.py Thu Jun 01 15:55:09 2006 -0700
+++ b/mercurial/hgweb/request.py Fri Jun 02 08:05:01 2006 -0700
@@ -1,4 +1,4 @@
-# hgweb.py - web interface to a mercurial repository
+# hgweb/request.py - An http request from either CGI or the standalone server.
#
# Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
# Copyright 2005 Matt Mackall <mpm@selenic.com>
--- a/mercurial/hgweb/server.py Thu Jun 01 15:55:09 2006 -0700
+++ b/mercurial/hgweb/server.py Fri Jun 02 08:05:01 2006 -0700
@@ -1,4 +1,4 @@
-# hgweb.py - web interface to a mercurial repository
+# hgweb/server.py - The standalone hg web server.
#
# Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net>
# Copyright 2005 Matt Mackall <mpm@selenic.com>