mercurial/hgweb.py
changeset 238 3b92f8fe47ae
parent 222 87484f627422
child 241 afe895fcc0d0
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