rust/hg-core/src/requirements.rs
branchstable
changeset 49500 3a53871048dc
parent 49194 e4b31016e194
child 51191 13f58ce70299
--- a/rust/hg-core/src/requirements.rs	Tue Sep 20 13:38:07 2022 -0400
+++ b/rust/hg-core/src/requirements.rs	Thu Sep 22 16:05:22 2022 -0400
@@ -84,6 +84,7 @@
     RELATIVE_SHARED_REQUIREMENT,
     REVLOG_COMPRESSION_ZSTD,
     DIRSTATE_V2_REQUIREMENT,
+    DIRSTATE_TRACKED_HINT_V1,
     // As of this writing everything rhg does is read-only.
     // When it starts writing to the repository, it’ll need to either keep the
     // persistent nodemap up to date or remove this entry: