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