Mercurial > hg
changeset 48738:00efd2d5037d
rust: fix code formatting
Differential Revision: https://phab.mercurial-scm.org/D12173
author | Simon Sapin <simon.sapin@octobus.net> |
---|---|
date | Mon, 14 Feb 2022 18:57:12 +0100 |
parents | a6efb9180764 |
children | 6e930bc45aeb |
files | rust/rhg/src/commands/status.rs |
diffstat | 1 files changed, 2 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- 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<StatusPath<'_>>, ) -> 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 {