rustfmt.toml
author Simon Sapin <simon.sapin@octobus.net>
Tue, 21 Dec 2021 15:57:30 +0100
changeset 48540 20d0d896183e
parent 45620 426294d06ddc
permissions -rw-r--r--
rhg: Rename some revlog-related types and methods Use "data chunck" and "data" for a revlog entry’s data before and after resolving deltas (if any), repsectively. The former `FilelogEntry` actually only contains data, rename it to `FilelogRevisionData` accordingly. This leaves room to later have a `FilelogEntry` type that wraps `RevlogEntry`. Differential Revision: https://phab.mercurial-scm.org/D11959

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