rust/hg-core/src/dirstate.rs
changeset 43271 99394e6c5d12
parent 42957 7a01778bc7b7
child 43605 8210c3f46912
--- a/rust/hg-core/src/dirstate.rs	Sun Oct 06 20:18:54 2019 +0300
+++ b/rust/hg-core/src/dirstate.rs	Fri Oct 11 13:39:57 2019 +0200
@@ -13,6 +13,7 @@
 pub mod dirs_multiset;
 pub mod dirstate_map;
 pub mod parsers;
+pub mod status;
 
 #[derive(Debug, PartialEq, Clone)]
 pub struct DirstateParents {