mercurial/help/internals/revlogs.txt
changeset 41202 e7a2cc84dbc0
parent 41199 d8fe67db5234
child 42401 bfd65b5e070b
--- a/mercurial/help/internals/revlogs.txt	Wed Jan 09 15:45:17 2019 -0800
+++ b/mercurial/help/internals/revlogs.txt	Wed Jan 09 17:41:36 2019 -0800
@@ -66,8 +66,6 @@
 
 0
    Store revision data inline.
-1
-   Generaldelta encoding.
 
 The following header values are common:
 
@@ -159,8 +157,10 @@
 
 (In development. Format not finalized or stable.)
 
-Version 2 is currently identical to version 1. This will obviously
-change.
+Version 2 is identical to version 2 with the following differences.
+
+There is no dedicated *generaldelta* revlog format flag. Instead,
+the feature is implied enabled by default.
 
 Delta Chains
 ============