Show More
@@ -854,7 +854,7 class hgweb(object): | |||||
854 | if encoding: |
|
854 | if encoding: | |
855 | headers.append(('Content-encoding', encoding)) |
|
855 | headers.append(('Content-encoding', encoding)) | |
856 | req.header(headers) |
|
856 | req.header(headers) | |
857 |
archival.archive(self.repo, req |
|
857 | archival.archive(self.repo, req, cnode, artype, prefix=name) | |
858 |
|
858 | |||
859 | # add tags to things |
|
859 | # add tags to things | |
860 | # tags -> list of changesets corresponding to tags |
|
860 | # tags -> list of changesets corresponding to tags |
General Comments 0
You need to be logged in to leave comments.
Login now