rust/hg-core/src/lib.rs
changeset 46167 8a4914397d02
parent 45944 595979dc924e
child 46187 95d6f31e88db
--- 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;