rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 05 Apr 2021 12:21:23 +0200
changeset 46859 c6e23fb4bfb4
parent 45623 426294d06ddc
permissions -rw-r--r--
revlog: move the "index header" struct inside revlog.utils.constants The struct was previous called "version", but this is actually "version" + "flags". So header seems like a better name. The move to the `constants` module has the same motivation as the INDEX_ENTRY_V# ones. Differential Revision: https://phab.mercurial-scm.org/D10306

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