diff mercurial/dirstateutils/docket.py @ 47684:852262e2e7d9

dirstate-v2: Reserve a few bytes of space for future extensions See doc-comment Differential Revision: https://phab.mercurial-scm.org/D11101
author Simon Sapin <simon.sapin@octobus.net>
date Fri, 16 Jul 2021 16:19:31 +0200
parents 78f7f0d490ee
children 681851d6409b
line wrap: on
line diff
--- a/mercurial/dirstateutils/docket.py	Fri Jul 16 14:08:26 2021 +0200
+++ b/mercurial/dirstateutils/docket.py	Fri Jul 16 16:19:31 2021 +0200
@@ -16,7 +16,7 @@
 
 # Must match the constant of the same name in
 # `rust/hg-core/src/dirstate_tree/on_disk.rs`
-TREE_METADATA_SIZE = 40
+TREE_METADATA_SIZE = 44
 
 # * 12 bytes: format marker
 # * 32 bytes: node ID of the working directory's first parent