equal
deleted
inserted
replaced
98 # index v0: |
98 # index v0: |
99 # 4 bytes: offset |
99 # 4 bytes: offset |
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 |
109 class revlogoldio(object): |
109 class revlogoldio(object): |
110 def __init__(self): |
110 def __init__(self): |