rust/hg-core/src/requirements.rs
changeset 49194 e4b31016e194
parent 49191 4450faeb52bb
child 49500 3a53871048dc
--- a/rust/hg-core/src/requirements.rs	Mon Apr 04 19:30:32 2022 +0200
+++ b/rust/hg-core/src/requirements.rs	Tue Apr 05 05:20:05 2022 +0200
@@ -100,6 +100,10 @@
 
 pub const DIRSTATE_V2_REQUIREMENT: &str = "dirstate-v2";
 
+/// A repository that uses the tracked hint dirstate file
+#[allow(unused)]
+pub const DIRSTATE_TRACKED_HINT_V1: &str = "dirstate-tracked-key-v1";
+
 /// When narrowing is finalized and no longer subject to format changes,
 /// we should move this to just "narrow" or similar.
 #[allow(unused)]