--- a/rust/hg-pyo3/src/revlog/mod.rs Tue Jan 07 17:37:06 2025 +0100
+++ b/rust/hg-pyo3/src/revlog/mod.rs Sun Jan 05 23:39:02 2025 +0100
@@ -42,7 +42,7 @@
BaseRevision, Revision, UncheckedRevision, NULL_REVISION,
};
-use crate::util::PyBytesDeref;
+use crate::utils::PyBytesDeref;
use crate::{
exceptions::{
graph_error, map_lock_error, map_try_lock_error, nodemap_error,
@@ -55,7 +55,7 @@
},
store::PyFnCache,
transaction::PyTransaction,
- util::{new_submodule, take_buffer_with_slice, with_pybytes_buffer},
+ utils::{new_submodule, take_buffer_with_slice, with_pybytes_buffer},
};
mod config;