mercurial/statichttprepo.py
branchstable
changeset 10263 25e572394f5c
parent 9146 5614a628d173
child 11066 26abd91d9e84
equal deleted inserted replaced
10262:eb243551cbd8 10263:25e572394f5c
     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 of the
     7 # This software may be used and distributed according to the terms of the
     8 # GNU General Public License version 2, incorporated herein by reference.
     8 # GNU General Public License version 2 or any later version.
     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