diff rust/hg-core/src/lib.rs @ 52065:3ae7c43ad8aa

rust: add `Progress` trait for progress bars This will be used in the next few changes to introduce a progress bar for the `hg update` fastpath.
author Rapha?l Gom?s <rgomes@octobus.net>
date Mon, 30 Sep 2024 16:02:30 +0200
parents e4b9f8a74d5f
children 8b7123c8947b
line wrap: on
line diff
--- a/rust/hg-core/src/lib.rs	Mon Sep 30 19:15:19 2024 +0200
+++ b/rust/hg-core/src/lib.rs	Mon Sep 30 16:02:30 2024 +0200
@@ -35,6 +35,7 @@
 pub mod lock;
 pub mod logging;
 pub mod operations;
+pub mod progress;
 pub mod revset;
 pub mod utils;
 pub mod vfs;