rustfmt.toml
author Raphaël Gomès <rgomes@octobus.net>
Wed, 20 Jan 2021 18:35:12 +0100
changeset 46708 358737abeeef
parent 45620 426294d06ddc
permissions -rw-r--r--
cext: add support for revlogv2 This enables the C code to retrieve/create entries in the revlog v2 format. This is mainly a matter of taking into account the additional slots for sidedata, etc. Differential Revision: https://phab.mercurial-scm.org/D9846

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