comparison mercurial/help/internals/revlogs.txt @ 30658:c49be208ae34

documentation: better censor flag documentation
author Remi Chaintron <remi@fb.com>
date Thu, 22 Dec 2016 19:08:38 -0500
parents 726d30a6d89b
children 9cb0bb0f29f0
comparison
equal deleted inserted replaced
30657:73b1a209b5b8 30658:c49be208ae34
87 Revlog header 87 Revlog header
88 0-5 (6 bytes) 88 0-5 (6 bytes)
89 Absolute offset of revision data from beginning of revlog. 89 Absolute offset of revision data from beginning of revlog.
90 6-7 (2 bytes) 90 6-7 (2 bytes)
91 Bit flags impacting revision behavior. The following bit offsets define: 91 Bit flags impacting revision behavior. The following bit offsets define:
92 0: 'censor' extension flag. 92 0: REVIDX_ISCENSORED revision has censor metadata, must be verified.
93 8-11 (4 bytes) 93 8-11 (4 bytes)
94 Compressed length of revision data / chunk as stored in revlog. 94 Compressed length of revision data / chunk as stored in revlog.
95 12-15 (4 bytes) 95 12-15 (4 bytes)
96 Uncompressed length of revision data. This is the size of the full 96 Uncompressed length of revision data. This is the size of the full
97 revision data, not the size of the chunk post decompression. 97 revision data, not the size of the chunk post decompression.