hgext/largefiles/remotestore.py
changeset 48875 6000f5b25c9b
parent 46907 ffd3e823a7e5
child 48916 bac59722c5a3
equal deleted inserted replaced
48874:af0b21d5a930 48875:6000f5b25c9b
     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 wirestore'''
     7 '''remote largefile store; the base class for wirestore'''
     8 from __future__ import absolute_import
       
     9 
     8 
    10 from mercurial.i18n import _
     9 from mercurial.i18n import _
    11 
    10 
    12 from mercurial import (
    11 from mercurial import (
    13     error,
    12     error,