changeset 45072 | a56ba57c837d |
parent 44577 | f8427841c8fc |
child 45083 | 3a6ec080b521 |
--- a/mercurial/archival.py Sat Jul 11 00:31:21 2020 +0530 +++ b/mercurial/archival.py Thu Jul 09 18:48:55 2020 -0700 @@ -364,7 +364,7 @@ if total: files.sort() scmutil.prefetchfiles( - repo, [ctx.rev()], scmutil.matchfiles(repo, files) + repo, [(ctx.rev(), scmutil.matchfiles(repo, files))] ) progress = repo.ui.makeprogress( _(b'archiving'), unit=_(b'files'), total=total