Show More
@@ -854,7 +854,7 b' 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 |
@@ -27,8 +27,6 b' class wsgirequest(object):' | |||||
27 | self.start_response = start_response |
|
27 | self.start_response = start_response | |
28 | self.headers = [] |
|
28 | self.headers = [] | |
29 |
|
29 | |||
30 | out = property(lambda self: self) |
|
|||
31 |
|
||||
32 | def __iter__(self): |
|
30 | def __iter__(self): | |
33 | return iter([]) |
|
31 | return iter([]) | |
34 |
|
32 |
General Comments 0
You need to be logged in to leave comments.
Login now