mercurial/statichttprepo.py
changeset 4635 63b9d2deed48
parent 4267 b11a2fb59cf5
child 4840 bf10a03a6b24
child 5313 121f961b358c
equal deleted inserted replaced
4634:73bf2b586f3f 4635:63b9d2deed48
     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, 2006 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
     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 i18n import _
    10 from i18n import _