changeset 2391:d351a3be3371

Fixing up comment headers for split up code.
author Eric Hopper <hopper@omnifarious.org>
date Fri, 02 Jun 2006 08:05:01 -0700
parents 8d31c71e8148
children 8238a3f039e6
files mercurial/hgweb/__init__.py mercurial/hgweb/common.py mercurial/hgweb/hgweb_mod.py mercurial/hgweb/hgwebdir_mod.py mercurial/hgweb/request.py mercurial/hgweb/server.py
diffstat 6 files changed, 6 insertions(+), 6 deletions(-) [+]
line wrap: on
line diff
--- 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>