mercurial/archival.py
changeset 31099 b44ab288358e
parent 30479 798bcb1274dd
child 31216 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'))