Show More
@@ -110,7 +110,7 b' def decompress(bin):' | |||
|
110 | 110 | except zlib.error as e: |
|
111 | 111 | raise RevlogError(_("revlog decompress error: %s") % str(e)) |
|
112 | 112 | if t == 'u': |
|
113 |
return bin |
|
|
113 | return util.buffer(bin, 1) | |
|
114 | 114 | raise RevlogError(_("unknown compression type %r") % t) |
|
115 | 115 | |
|
116 | 116 | # index v0: |
General Comments 0
You need to be logged in to leave comments.
Login now