Show More
@@ -92,7 +92,8 b' 6-7 (2 bytes)' | |||||
92 | 8-11 (4 bytes) |
|
92 | 8-11 (4 bytes) | |
93 | Compressed length of revision data / chunk as stored in revlog. |
|
93 | Compressed length of revision data / chunk as stored in revlog. | |
94 | 12-15 (4 bytes) |
|
94 | 12-15 (4 bytes) | |
95 |
Uncompressed length of revision data |
|
95 | Uncompressed length of revision data. This is the size of the full | |
|
96 | revision data, not the size of the chunk post decompression. | |||
96 | 16-19 (4 bytes) |
|
97 | 16-19 (4 bytes) | |
97 | Base or previous revision this revision's delta was produced against. |
|
98 | Base or previous revision this revision's delta was produced against. | |
98 | -1 means this revision holds full text (as opposed to a delta). |
|
99 | -1 means this revision holds full text (as opposed to a delta). |
General Comments 0
You need to be logged in to leave comments.
Login now