hgext/largefiles/basestore.py
branchstable
changeset 18725 0ac00315875f
parent 18489 f1700480bef7
child 18731 c2d079387b2c
equal deleted inserted replaced
18724:894a5897a9dd 18725:0ac00315875f
    56         been presented to the user, so missing is just supplied as a
    56         been presented to the user, so missing is just supplied as a
    57         summary.)'''
    57         summary.)'''
    58         success = []
    58         success = []
    59         missing = []
    59         missing = []
    60         ui = self.ui
    60         ui = self.ui
       
    61 
       
    62         util.makedirs(lfutil.storepath(self.repo, ''))
    61 
    63 
    62         at = 0
    64         at = 0
    63         for filename, hash in files:
    65         for filename, hash in files:
    64             ui.progress(_('getting largefiles'), at, unit='lfile',
    66             ui.progress(_('getting largefiles'), at, unit='lfile',
    65                 total=len(files))
    67                 total=len(files))