diff -r 55f8f3b6787f -r 7e5377bdb66e rust/hg-core/src/dirstate_tree/status.rs --- a/rust/hg-core/src/dirstate_tree/status.rs Fri Aug 05 14:18:13 2022 +0100 +++ b/rust/hg-core/src/dirstate_tree/status.rs Wed Aug 17 12:00:06 2022 +0200 @@ -728,9 +728,9 @@ ); }) } - } - if self.options.collect_traversed_dirs { - self.outcome.lock().unwrap().traversed.push(hg_path.into()) + if self.options.collect_traversed_dirs { + self.outcome.lock().unwrap().traversed.push(hg_path.into()) + } } is_ignored } else {