changeset 31116 | b44ab288358e |
parent 30488 | 798bcb1274dd |
child 31226 | 21fa3d3688f3 |
--- a/mercurial/archival.py Sat Feb 25 21:44:34 2017 -0500 +++ b/mercurial/archival.py Sat Feb 25 21:13:59 2017 -0500 @@ -331,7 +331,7 @@ for subpath in sorted(ctx.substate): sub = ctx.workingsub(subpath) submatch = matchmod.subdirmatcher(subpath, matchfn) - total += sub.archive(archiver, prefix, submatch) + total += sub.archive(archiver, prefix, submatch, decode) if total == 0: raise error.Abort(_('no files match the archive pattern'))