Mercurial > public > mercurial-scm > hg-stable
comparison mercurial/hgweb/server.py @ 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 | eb08fb4d41e1 |
children | 8238a3f039e6 |
comparison
equal
deleted
inserted
replaced
2390:8d31c71e8148 | 2391:d351a3be3371 |
---|---|
1 # hgweb.py - web interface to a mercurial repository | 1 # hgweb/server.py - The standalone hg web server. |
2 # | 2 # |
3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net> | 3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net> |
4 # Copyright 2005 Matt Mackall <mpm@selenic.com> | 4 # Copyright 2005 Matt Mackall <mpm@selenic.com> |
5 # | 5 # |
6 # This software may be used and distributed according to the terms | 6 # This software may be used and distributed according to the terms |