diff -r c511fef30290 -r 8a4914397d02 rust/hg-core/src/lib.rs --- a/rust/hg-core/src/lib.rs Sat Dec 19 15:56:54 2020 +0100 +++ b/rust/hg-core/src/lib.rs Mon Dec 14 16:33:15 2020 +0100 @@ -23,6 +23,7 @@ pub mod copy_tracing; mod filepatterns; pub mod matchers; +pub mod repo; pub mod revlog; pub use revlog::*; pub mod operations;