rust/hg-core/src/dirstate.rs
changeset 47521 abed645b8e96
parent 47519 b68d61af85a9
child 47683 284a20269a97
--- a/rust/hg-core/src/dirstate.rs	Sun Jul 04 20:41:27 2021 +0200
+++ b/rust/hg-core/src/dirstate.rs	Sun Jul 04 20:23:19 2021 +0200
@@ -77,6 +77,8 @@
     length: unaligned::I32Be,
 }
 
+pub const V1_RANGEMASK: i32 = 0x7FFFFFFF;
+
 pub const MTIME_UNSET: i32 = -1;
 
 /// A `DirstateEntry` with a size of `-2` means that it was merged from the