rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Fri, 16 Apr 2021 15:39:00 +0200
changeset 46971 a3720569a43f
parent 45620 426294d06ddc
permissions -rw-r--r--
nodemap: deal with data mmap error If the file is too small, the mmapread call would raise a ValueError. We catch that and ignore nodemap content (as we do without mmap). This make the repository slightly slower (until the next write) but usable. Unlike the current crash. Differential Revision: https://phab.mercurial-scm.org/D10458

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