[PATCH v2] censor: flag internal documentation

Remi Chaintron remi at fb.com
Wed Nov 23 17:39:00 UTC 2016


# HG changeset patch
# User Remi Chaintron <remi at fb.com>
# Date 1479922595 0
#      Wed Nov 23 17:36:35 2016 +0000
# Branch stable
# Node ID 24bcb76c5e6633e740f7dcec8f1ca96b06bcc536
# Parent  819f96b82fa4c4c6d07840a2b180d112b524103f
censor: flag internal documentation

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
@@ -88,7 +88,8 @@
 0-5 (6 bytes)
    Absolute offset of revision data from beginning of revlog.
 6-7 (2 bytes)
-   Bit flags impacting revision behavior.
+   Bit flags impacting revision behavior. The following bit offsets define:
+   0: 'censor' extension flag.
 8-11 (4 bytes)
    Compressed length of revision data / chunk as stored in revlog.
 12-15 (4 bytes)


More information about the Mercurial-devel mailing list