rust/hg-core/src/lib.rs
changeset 45944 595979dc924e
parent 45924 a2eda1ff22aa
child 46167 8a4914397d02
--- a/rust/hg-core/src/lib.rs	Fri Nov 27 17:11:56 2020 -0500
+++ b/rust/hg-core/src/lib.rs	Thu Oct 01 18:51:06 2020 +0200
@@ -20,6 +20,7 @@
     CopyMap, CopyMapIter, DirstateEntry, DirstateParents, EntryState,
     StateMap, StateMapIter,
 };
+pub mod copy_tracing;
 mod filepatterns;
 pub mod matchers;
 pub mod revlog;