rust/rhg/src/error.rs
changeset 52298 db065b33fa56
parent 52041 652149ed64f0
child 52300 04b9a56c2d25
--- a/rust/rhg/src/error.rs	Mon Nov 04 10:38:17 2024 +0100
+++ b/rust/rhg/src/error.rs	Mon Nov 04 11:00:58 2024 +0100
@@ -3,7 +3,7 @@
 use crate::NoRepoInCwdError;
 use format_bytes::format_bytes;
 use hg::config::{ConfigError, ConfigParseError, ConfigValueParseError};
-use hg::dirstate_tree::on_disk::DirstateV2ParseError;
+use hg::dirstate::on_disk::DirstateV2ParseError;
 use hg::errors::HgError;
 use hg::exit_codes;
 use hg::repo::RepoError;