diff -r bf8837e3d7ce -r 3d0a9c6e614d rust/rhg/src/commands/status.rs --- a/rust/rhg/src/commands/status.rs Mon Sep 27 12:09:15 2021 +0200 +++ b/rust/rhg/src/commands/status.rs Mon Sep 27 13:52:49 2021 +0200 @@ -9,7 +9,6 @@ use crate::ui::Ui; use clap::{Arg, SubCommand}; use hg; -use hg::dirstate_tree::dispatch::DirstateMapMethods; use hg::errors::HgError; use hg::manifest::Manifest; use hg::matchers::AlwaysMatcher;