changeset 52841 | 28f0f00b5dbd |
parent 52838 | e52dc683bf6b |
--- a/rust/hg-pyo3/src/revision.rs Tue Jan 07 17:37:06 2025 +0100 +++ b/rust/hg-pyo3/src/revision.rs Sun Jan 05 23:39:02 2025 +0100 @@ -5,7 +5,7 @@ use hg::{BaseRevision, Revision, UncheckedRevision}; use crate::exceptions::{rev_not_in_index, GraphError}; -use crate::util::proxy_index_extract; +use crate::utils::proxy_index_extract; /// Revision as exposed to/from the Python layer. ///