##// END OF EJS Templates
revlog: correct comment about size of v0 index format
Yuya Nishihara -
r25891:c73fada7 default
parent child Browse files
Show More
@@ -100,9 +100,9 b' def decompress(bin):'
100 # 4 bytes: compressed length
100 # 4 bytes: compressed length
101 # 4 bytes: base rev
101 # 4 bytes: base rev
102 # 4 bytes: link rev
102 # 4 bytes: link rev
103 # 32 bytes: parent 1 nodeid
103 # 20 bytes: parent 1 nodeid
104 # 32 bytes: parent 2 nodeid
104 # 20 bytes: parent 2 nodeid
105 # 32 bytes: nodeid
105 # 20 bytes: nodeid
106 indexformatv0 = ">4l20s20s20s"
106 indexformatv0 = ">4l20s20s20s"
107 v0shaoffset = 56
107 v0shaoffset = 56
108
108
General Comments 0
You need to be logged in to leave comments. Login now