rust/hg-core/src/revlog.rs
changeset 45533 89ac95bd4993
parent 45532 c2317b7624fd
child 45539 aebc976fd7d5
--- a/rust/hg-core/src/revlog.rs	Wed Sep 09 16:25:23 2020 +0200
+++ b/rust/hg-core/src/revlog.rs	Wed Sep 09 14:50:58 2020 +0200
@@ -10,6 +10,7 @@
 pub use node::{Node, NodeError, NodePrefix, NodePrefixRef};
 pub mod changelog;
 pub mod index;
+pub mod manifest;
 pub mod patch;
 pub mod revlog;