hgext/largefiles/remotestore.py
changeset 17425 e95ec38f86b0
parent 17127 9e1616307c4c
child 18481 ed647c59753b
equal deleted inserted replaced
17424:e7cfe3587ea4 17425:e95ec38f86b0
     2 # Copyright 2010-2011 Unity Technologies
     2 # Copyright 2010-2011 Unity Technologies
     3 #
     3 #
     4 # This software may be used and distributed according to the terms of the
     4 # This software may be used and distributed according to the terms of the
     5 # GNU General Public License version 2 or any later version.
     5 # GNU General Public License version 2 or any later version.
     6 
     6 
     7 '''remote largefile store; the base class for servestore'''
     7 '''remote largefile store; the base class for wirestore'''
     8 
     8 
     9 import urllib2
     9 import urllib2
    10 
    10 
    11 from mercurial import util
    11 from mercurial import util
    12 from mercurial.i18n import _
    12 from mercurial.i18n import _