Show More
@@ -1810,7 +1810,8 b' class revlog(object):' | |||
|
1810 | 1810 | if inline: |
|
1811 | 1811 | chunkstart += (rev + 1) * iosize |
|
1812 | 1812 | chunklength = length(rev) |
|
1813 |
|
|
|
1813 | c = buffer(data, chunkstart - offset, chunklength) | |
|
1814 | ladd(decomp(c)) | |
|
1814 | 1815 | |
|
1815 | 1816 | return l |
|
1816 | 1817 |
General Comments 0
You need to be logged in to leave comments.
Login now