Show More
@@ -327,8 +327,8 b' def archive(repo, dest, node, kind, deco' | |||
|
327 | 327 | files.sort() |
|
328 | 328 | scmutil.prefetchfiles(repo, [ctx.rev()], |
|
329 | 329 | scmutil.matchfiles(repo, files)) |
|
330 |
progress = |
|
|
331 | total=total) | |
|
330 | progress = repo.ui.makeprogress(_('archiving'), unit=_('files'), | |
|
331 | total=total) | |
|
332 | 332 | progress.update(0) |
|
333 | 333 | for f in files: |
|
334 | 334 | ff = ctx.flags(f) |
General Comments 0
You need to be logged in to leave comments.
Login now