rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 06 Mar 2024 01:43:51 +0100
changeset 51525 530b4cffd6a6
parent 45620 426294d06ddc
permissions -rw-r--r--
filteredhash: split the computation of revision sets The branch2's filteredhash combines the filtered revisions and the obsolete ones, this will creates issue for implicit reference to heads we want to introduce for the v3 of the branch cache format. So we isolate this logic for alternative use.

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