--- 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 {