rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Sun, 30 May 2021 18:08:52 +0200
changeset 47406 9b841267253c
parent 45623 426294d06ddc
permissions -rw-r--r--
util: add `nb_bytes` argument to `copyfile` to partially copy a file When set, this allow to copy only the first `nb_bytes` of a file. This will be useful for censor/strip operation with revlogv2. Differential Revision: https://phab.mercurial-scm.org/D10798

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