rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 20 Feb 2024 23:46:21 +0100
changeset 51410 eababb7b4a82
parent 45620 426294d06ddc
permissions -rw-r--r--
phases: leverage the collected information to record phase update Since the lower level function already gather this information, we can directly use it. This comes with a small change to the test that are actually fixing them. The previous version over-reported some phase change that did not exists. In both case, we are force revision `1` to be secret and `0` remains draft`, the previous code wrongly reported `0` as moving to secret while it properly remained draft in the repository.

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