[Updated] D12173: rust: fix code formatting
SimonSapin
phabricator at mercurial-scm.org
Mon Feb 14 18:30:53 UTC 2022
Closed by commit rHG00efd2d5037d: rust: fix code formatting (authored by SimonSapin).
This revision was automatically updated to reflect the committed changes.
This revision was not accepted when it landed; it landed in state "Needs Review".
REPOSITORY
rHG Mercurial
CHANGES SINCE LAST UPDATE
https://phab.mercurial-scm.org/D12173?vs=32172&id=32180
CHANGES SINCE LAST ACTION
https://phab.mercurial-scm.org/D12173/new/
REVISION DETAIL
https://phab.mercurial-scm.org/D12173
AFFECTED FILES
rust/rhg/src/commands/status.rs
CHANGE DETAILS
diff --git a/rust/rhg/src/commands/status.rs b/rust/rhg/src/commands/status.rs
--- a/rust/rhg/src/commands/status.rs
+++ b/rust/rhg/src/commands/status.rs
@@ -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 {
To: SimonSapin, #hg-reviewers
Cc: mercurial-patches
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.mercurial-scm.org/pipermail/mercurial-patches/attachments/20220214/f5703224/attachment-0002.html>
More information about the Mercurial-patches
mailing list