comparison mercurial/help/internals/revlogs.txt @ 30828:0b792507ea15

help: don't let tools reflow revlog flags list Before this change, the text about revlog flags was reflowed into a single paragraph, which made it a bit hard to read. I don't even know the rules around this, but adding a blank line before each flag seems to prevent the reflowing.
author Martin von Zweigbergk <martinvonz@google.com>
date Tue, 17 Jan 2017 11:45:10 -0800
parents e997e4826459
children 08b34c3a6f74
comparison
equal deleted inserted replaced
30827:e997e4826459 30828:0b792507ea15
89 0-5 (6 bytes) 89 0-5 (6 bytes)
90 Absolute offset of revision data from beginning of revlog. 90 Absolute offset of revision data from beginning of revlog.
91 91
92 6-7 (2 bytes) 92 6-7 (2 bytes)
93 Bit flags impacting revision behavior. The following bit offsets define: 93 Bit flags impacting revision behavior. The following bit offsets define:
94
94 0: REVIDX_ISCENSORED revision has censor metadata, must be verified. 95 0: REVIDX_ISCENSORED revision has censor metadata, must be verified.
96
95 1: REVIDX_EXTSTORED revision data is stored externally. 97 1: REVIDX_EXTSTORED revision data is stored externally.
96 98
97 8-11 (4 bytes) 99 8-11 (4 bytes)
98 Compressed length of revision data / chunk as stored in revlog. 100 Compressed length of revision data / chunk as stored in revlog.
99 101