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