--- a/rust/rhg/src/error.rs Mon Nov 04 11:07:05 2024 +0100
+++ b/rust/rhg/src/error.rs Mon Nov 04 11:13:05 2024 +0100
@@ -4,6 +4,7 @@
use format_bytes::format_bytes;
use hg::config::{ConfigError, ConfigParseError, ConfigValueParseError};
use hg::dirstate::on_disk::DirstateV2ParseError;
+use hg::dirstate::status::StatusError;
use hg::errors::HgError;
use hg::exit_codes;
use hg::repo::RepoError;
@@ -11,7 +12,7 @@
use hg::sparse::SparseConfigError;
use hg::utils::files::get_bytes_from_path;
use hg::utils::hg_path::HgPathError;
-use hg::{DirstateError, DirstateMapError, PatternError, StatusError};
+use hg::{DirstateError, DirstateMapError, PatternError};
use std::convert::From;
/// The kind of command error