diff -r 18a261b11b20 -r 4b381dbbf8b7 rust/hg-core/src/lib.rs --- a/rust/hg-core/src/lib.rs Mon Jan 25 18:25:26 2021 +0100 +++ b/rust/hg-core/src/lib.rs Tue Jan 26 18:31:46 2021 +0100 @@ -28,6 +28,7 @@ pub use revlog::*; pub mod config; pub mod operations; +pub mod revset; pub mod utils; use crate::utils::hg_path::{HgPathBuf, HgPathError};