Mercurial > public > mercurial-scm > hg
comparison mercurial/hgweb.py @ 238:3b92f8fe47ae
hgweb.py: kill #! line, clean up copyright notice
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
hgweb.py: kill #! line, clean up copyright notice
manifest hash: a2910abe3f58687ccf55179ab37f66dee2b6e775
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (GNU/Linux)
iD8DBQFCoM71ywK+sNU5EO8RAil4AJ9edZ1FJ0WbikVBYBMNO+MldBRqnACfRtuH
Nw/BuBueQfEhaI3i+9+Q9/g=
=vV8+
-----END PGP SIGNATURE-----
author | mpm@selenic.com |
---|---|
date | Fri, 03 Jun 2005 13:43:17 -0800 |
parents | 87484f627422 |
children | afe895fcc0d0 |
comparison
equal
deleted
inserted
replaced
232:fc4a6e5b5812 | 238:3b92f8fe47ae |
---|---|
1 #!/usr/bin/env python | 1 # hgweb.py - web interface to a mercurial repository |
2 # | 2 # |
3 # hgweb.py - 0.2 - 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net> | 3 # Copyright 21 May 2005 - (c) 2005 Jake Edge <jake@edge2.net> |
4 # - web interface to a mercurial repository | 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 |
7 # of the GNU General Public License, incorporated herein by reference. | 7 # of the GNU General Public License, incorporated herein by reference. |
8 | 8 |
9 # useful for debugging | 9 # useful for debugging |