diff -r 6a8c166a93a6 -r 99394e6c5d12 rust/hg-core/src/dirstate.rs --- 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 {