mercurial/statichttprepo.py
changeset 8225 46293a0c7e9f
parent 7873 4a4c7f6a5912
child 8612 e10e984bea46
equal deleted inserted replaced
8224:1075f5c1b3fa 8225:46293a0c7e9f
     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-2007 Matt Mackall <mpm@selenic.com>
     5 # Copyright 2005-2007 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 of the
     8 # of the GNU General Public License, incorporated herein by reference.
     8 # GNU General Public License version 2, incorporated herein by reference.
     9 
     9 
    10 from i18n import _
    10 from i18n import _
    11 import changelog, byterange, url, error
    11 import changelog, byterange, url, error
    12 import localrepo, manifest, util, store
    12 import localrepo, manifest, util, store
    13 import urllib, urllib2, errno
    13 import urllib, urllib2, errno