changeset 52841 | 28f0f00b5dbd |
parent 52838 | e52dc683bf6b |
child 52975 | 0db5f7987b13 |
--- a/rust/hg-pyo3/src/dagops.rs Tue Jan 07 17:37:06 2025 +0100 +++ b/rust/hg-pyo3/src/dagops.rs Sun Jan 05 23:39:02 2025 +0100 @@ -17,7 +17,7 @@ use crate::exceptions::GraphError; use crate::revision::{rev_pyiter_collect, PyRevision}; -use crate::util::{new_submodule, proxy_index_extract}; +use crate::utils::{new_submodule, proxy_index_extract}; /// Using the the `index_proxy`, return heads out of any Python iterable of /// Revisions