rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 16 Feb 2023 20:33:14 +0100
branchstable
changeset 50078 983e2db18d67
parent 45620 426294d06ddc
permissions -rw-r--r--
test: fix the flakyness in test-remotefilelog-local.t I now get about 80% of my `test-chg` CI run that fails on flakyness in this tests. It turns out this is only ambiguous status that end up doing file download. So… calling status early will do that potential download separately and the calls we scrutinize during that test will be just fine.

edition = "2018"
max_width = 79
wrap_comments = true
error_on_line_overflow = true