Show More
@@ -281,8 +281,8 b' class hgweb(object):' | |||
|
281 | 281 | yield {"type" : i, "extension" : spec[2], "node" : nodeid} |
|
282 | 282 | |
|
283 | 283 | archive_specs = { |
|
284 |
'bz2': ('application/x- |
|
|
285 |
'gz': ('application/x- |
|
|
284 | 'bz2': ('application/x-bzip2', 'tbz2', '.tar.bz2', None), | |
|
285 | 'gz': ('application/x-gzip', 'tgz', '.tar.gz', None), | |
|
286 | 286 | 'zip': ('application/zip', 'zip', '.zip', None), |
|
287 | 287 | } |
|
288 | 288 |
General Comments 0
You need to be logged in to leave comments.
Login now