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