##// END OF EJS Templates
changelog-v2: fix the docket `struct`...
marmoute -
r50609:f04d4599 default
parent child Browse files
Show More
@@ -90,7 +90,7 b' if stable_docket_file:'
90 # * 8 bytes: pending size of data
90 # * 8 bytes: pending size of data
91 # * 8 bytes: pending size of sidedata
91 # * 8 bytes: pending size of sidedata
92 # * 1 bytes: default compression header
92 # * 1 bytes: default compression header
93 S_HEADER = struct.Struct(constants.INDEX_HEADER_FMT + b'BBBBBBLLLLLLc')
93 S_HEADER = struct.Struct(constants.INDEX_HEADER_FMT + b'BBBBBBQQQQQQc')
94 # * 1 bytes: size of index uuid
94 # * 1 bytes: size of index uuid
95 # * 8 bytes: size of file
95 # * 8 bytes: size of file
96 S_OLD_UID = struct.Struct('>BL')
96 S_OLD_UID = struct.Struct('>BL')
General Comments 0
You need to be logged in to leave comments. Login now