mercurial/statichttprepo.py
changeset 2858 345bac2bc4ec
parent 2740 386f04d6ecb3
child 3498 ff06fe0703ef
equal deleted inserted replaced
2857:c9b08cacf983 2858:345bac2bc4ec
     1 # statichttprepo.py - simple http repository class for mercurial
     1 # statichttprepo.py - simple http repository class for mercurial
     2 #
     2 #
     3 # This provides read-only repo access to repositories exported via static http
     3 # This provides read-only repo access to repositories exported via static http
     4 #
     4 #
     5 # Copyright 2005 Matt Mackall <mpm@selenic.com>
     5 # Copyright 2005, 2006 Matt Mackall <mpm@selenic.com>
     6 #
     6 #
     7 # This software may be used and distributed according to the terms
     7 # This software may be used and distributed according to the terms
     8 # of the GNU General Public License, incorporated herein by reference.
     8 # of the GNU General Public License, incorporated herein by reference.
     9 
     9 
    10 from demandload import *
    10 from demandload import *