# HG changeset patch # User Simon Sapin # Date 1644861432 -3600 # Node ID 00efd2d5037deb87c074b7aa91ae866e7dc66836 # Parent a6efb91807645d0d93b10db5080527803ff002b6 rust: fix code formatting Differential Revision: https://phab.mercurial-scm.org/D12173 diff -r a6efb9180764 -r 00efd2d5037d rust/rhg/src/commands/status.rs --- a/rust/rhg/src/commands/status.rs Mon Feb 07 00:33:22 2022 -0500 +++ b/rust/rhg/src/commands/status.rs Mon Feb 14 18:57:12 2022 +0100 @@ -443,7 +443,8 @@ mut paths: Vec>, ) -> Result<(), CommandError> { paths.sort_unstable(); - // TODO: get the stdout lock once for the whole loop instead of in each write + // TODO: get the stdout lock once for the whole loop + // instead of in each write for StatusPath { path, copy_source } in paths { let relative; let path = if let Some(relativize) = &self.relativize {