49
54
bundle_data = h.get_bundle(revid, compare_revid)
51
56
self.log.exception('Exception fetching bundle')
54
59
response.headers['Content-Type'] = 'application/octet-stream'
55
60
response.headers['Content-Length'] = len(bundle_data)
57
62
self.log.info('/bundle: %r seconds' % (time.time() - z,))