hgext/largefiles/basestore.py
changeset 18731 c2d079387b2c
parent 18574 4db9e31ae605
parent 18725 0ac00315875f
child 18999 c1b5f9c4d989
equal deleted inserted replaced
18720:0ade08dcb3c3 18731:c2d079387b2c
    58         summary.)'''
    58         summary.)'''
    59         success = []
    59         success = []
    60         missing = []
    60         missing = []
    61         ui = self.ui
    61         ui = self.ui
    62 
    62 
       
    63         util.makedirs(lfutil.storepath(self.repo, ''))
       
    64 
    63         at = 0
    65         at = 0
    64         for filename, hash in files:
    66         for filename, hash in files:
    65             ui.progress(_('getting largefiles'), at, unit='lfile',
    67             ui.progress(_('getting largefiles'), at, unit='lfile',
    66                 total=len(files))
    68                 total=len(files))
    67             at += 1
    69             at += 1