rust/hg-core/src/lib.rs
changeset 52056 8b7123c8947b
parent 52037 3ae7c43ad8aa
child 52160 e01e84e5e426
child 52213 96b113d22b34
--- a/rust/hg-core/src/lib.rs	Wed Oct 16 19:14:30 2024 +0200
+++ b/rust/hg-core/src/lib.rs	Tue Oct 01 13:49:11 2024 +0200
@@ -37,6 +37,7 @@
 pub mod operations;
 pub mod progress;
 pub mod revset;
+pub mod update;
 pub mod utils;
 pub mod vfs;