rustfmt.toml
author Simon Sapin <simon.sapin@octobus.net>
Mon, 03 May 2021 20:04:19 +0200
changeset 47143 93eb6c8035a9
parent 45623 426294d06ddc
permissions -rw-r--r--
dirstate-tree: Add a dirstate-v1-tree variant of some tests The `dirstate-v1` variant has the previous behavior. `dirstate-v1-tree` uses the same format on disk, but uses the new `DirstateMap` with a tree data structure and the new `status` algorithm. These were untested so far. Differential Revision: https://phab.mercurial-scm.org/D10698

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