hgext/largefiles/lfcommands.py
changeset 28464 6e34690230c0
parent 28463 19b4a2087dfc
child 28559 30863ca01c6b
equal deleted inserted replaced
28463:19b4a2087dfc 28464:6e34690230c0
    97                 matcher = None
    97                 matcher = None
    98 
    98 
    99             lfiletohash = {}
    99             lfiletohash = {}
   100             for ctx in ctxs:
   100             for ctx in ctxs:
   101                 ui.progress(_('converting revisions'), ctx.rev(),
   101                 ui.progress(_('converting revisions'), ctx.rev(),
   102                     unit=_('revision'), total=rsrc['tip'].rev())
   102                     unit=_('revisions'), total=rsrc['tip'].rev())
   103                 _lfconvert_addchangeset(rsrc, rdst, ctx, revmap,
   103                 _lfconvert_addchangeset(rsrc, rdst, ctx, revmap,
   104                     lfiles, normalfiles, matcher, size, lfiletohash)
   104                     lfiles, normalfiles, matcher, size, lfiletohash)
   105             ui.progress(_('converting revisions'), None)
   105             ui.progress(_('converting revisions'), None)
   106 
   106 
   107             if os.path.exists(rdst.wjoin(lfutil.shortname)):
   107             if os.path.exists(rdst.wjoin(lfutil.shortname)):