Show More
@@ -353,14 +353,14 b' class revlogoldio(object):' | |||||
353 | return _pack(indexformatv0, *e2) |
|
353 | return _pack(indexformatv0, *e2) | |
354 |
|
354 | |||
355 | # index ng: |
|
355 | # index ng: | |
356 | # 6 bytes offset |
|
356 | # 6 bytes: offset | |
357 | # 2 bytes flags |
|
357 | # 2 bytes: flags | |
358 | # 4 bytes compressed length |
|
358 | # 4 bytes: compressed length | |
359 | # 4 bytes uncompressed length |
|
359 | # 4 bytes: uncompressed length | |
360 | # 4 bytes: base rev |
|
360 | # 4 bytes: base rev | |
361 | # 4 bytes link rev |
|
361 | # 4 bytes: link rev | |
362 | # 4 bytes parent 1 rev |
|
362 | # 4 bytes: parent 1 rev | |
363 | # 4 bytes parent 2 rev |
|
363 | # 4 bytes: parent 2 rev | |
364 | # 32 bytes: nodeid |
|
364 | # 32 bytes: nodeid | |
365 | indexformatng = ">Qiiiiii20s12x" |
|
365 | indexformatng = ">Qiiiiii20s12x" | |
366 | ngshaoffset = 32 |
|
366 | ngshaoffset = 32 |
General Comments 0
You need to be logged in to leave comments.
Login now