# HG changeset patch # User Martin von Zweigbergk # Date 2017-01-17 19:45:10 # Node ID 0b792507ea15fcfbd63300a71a198ca023063c3f # Parent e997e4826459c94739ca6f30c26cf960de84a323 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. diff --git a/mercurial/help/internals/revlogs.txt b/mercurial/help/internals/revlogs.txt --- a/mercurial/help/internals/revlogs.txt +++ b/mercurial/help/internals/revlogs.txt @@ -91,7 +91,9 @@ 0-5 (6 bytes) 6-7 (2 bytes) Bit flags impacting revision behavior. The following bit offsets define: + 0: REVIDX_ISCENSORED revision has censor metadata, must be verified. + 1: REVIDX_EXTSTORED revision data is stored externally. 8-11 (4 bytes)