mercurial/hgweb/hgweb_mod.py
changeset 5886 dd1998dd6f3b
parent 5833 323b9c55b328
child 5889 209577095f20
--- a/mercurial/hgweb/hgweb_mod.py	Fri Jan 18 10:48:25 2008 -0600
+++ b/mercurial/hgweb/hgweb_mod.py	Fri Jan 18 19:53:38 2008 +0100
@@ -854,7 +854,7 @@
         if encoding:
             headers.append(('Content-encoding', encoding))
         req.header(headers)
-        archival.archive(self.repo, req.out, cnode, artype, prefix=name)
+        archival.archive(self.repo, req, cnode, artype, prefix=name)
 
     # add tags to things
     # tags -> list of changesets corresponding to tags