rustfmt.toml
author Arseniy Alekseyev <aalekseyev@janestreet.com>
Thu, 22 Sep 2022 16:05:22 -0400
branchstable
changeset 49500 3a53871048dc
parent 45620 426294d06ddc
permissions -rw-r--r--
rhg: fix bugs around [use-dirstate-tracked-hint] and repo auto-upgrade This makes two changes: - make rhg support the [dirstate-tracked-key-v1] requirement. I believe rhg never changes the tracked file set, so it's OK that it doesn't have any logic for writing this file. - fix the name of [format.use-dirstate-v2.automatic-upgrade-of-mismatching-repositories] config option in rhg, which makes rhg actually honor the auto-upgrade. These two issues cancelled each other out in tests (auto-upgrade was happening because [dirstate-tracked-key-v1] forced the fallback, not because of the config), which is I think why they went unnoticed earlier.

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