diff -r 590a840fa367 -r 26c53ee51c68 rust/hg-core/src/revlog.rs --- a/rust/hg-core/src/revlog.rs Wed Sep 16 18:09:32 2020 +0530 +++ b/rust/hg-core/src/revlog.rs Fri Sep 04 11:55:07 2020 +0200 @@ -8,6 +8,9 @@ pub mod node; pub mod nodemap; pub use node::{Node, NodeError, NodePrefix, NodePrefixRef}; +pub mod index; +pub mod patch; +pub mod revlog; /// Mercurial revision numbers ///