hgext/largefiles/lfcommands.py
branchstable
changeset 18729 4e53ac3f466a
parent 18728 1e636f7b1cfe
child 18731 c2d079387b2c
equal deleted inserted replaced
18728:1e636f7b1cfe 18729:4e53ac3f466a
   448 
   448 
   449         printed = False
   449         printed = False
   450         if printmessage and lfiles:
   450         if printmessage and lfiles:
   451             ui.status(_('getting changed largefiles\n'))
   451             ui.status(_('getting changed largefiles\n'))
   452             printed = True
   452             printed = True
   453             cachelfiles(ui, repo, '.', lfiles)
   453             cachelfiles(ui, repo, None, lfiles)
   454 
   454 
   455         updated, removed = 0, 0
   455         updated, removed = 0, 0
   456         for f in lfiles:
   456         for f in lfiles:
   457             i = _updatelfile(repo, lfdirstate, f)
   457             i = _updatelfile(repo, lfdirstate, f)
   458             if i:
   458             if i: