rust/hg-core/src/dirstate.rs
changeset 42753 fce6dc93a510
parent 42749 7ceded4419a3
child 42802 2e1f74cc3350
--- a/rust/hg-core/src/dirstate.rs	Tue Jul 09 15:15:54 2019 +0200
+++ b/rust/hg-core/src/dirstate.rs	Wed Jul 10 09:56:23 2019 +0200
@@ -10,6 +10,7 @@
 use std::convert::TryFrom;
 
 pub mod dirs_multiset;
+pub mod dirstate_map;
 pub mod parsers;
 
 #[derive(Debug, PartialEq, Clone)]