diff rust/rhg/src/commands/status.rs @ 52301:79e8118cd846

rust-lib: move `Dirstate*Error` to the `dirstate` module That's where they belong and should always have been there.
author Rapha?l Gom?s <rgomes@octobus.net>
date Mon, 04 Nov 2024 11:18:36 +0100
parents 04b9a56c2d25
children 22d24f6d6411
line wrap: on
line diff
--- a/rust/rhg/src/commands/status.rs	Mon Nov 04 11:13:05 2024 +0100
+++ b/rust/rhg/src/commands/status.rs	Mon Nov 04 11:18:36 2024 +0100
@@ -16,7 +16,7 @@
 use hg::config::Config;
 use hg::dirstate::entry::{has_exec_bit, TruncatedTimestamp};
 use hg::dirstate::status::{
-    BadMatch, DirstateStatus, StatusError, StatusOptions, StatusPath
+    BadMatch, DirstateStatus, StatusError, StatusOptions, StatusPath,
 };
 use hg::errors::{HgError, IoResultExt};
 use hg::filepatterns::parse_pattern_args;