rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 08 Jun 2021 02:05:05 +0200
changeset 47449 9ab54aa56982
parent 45623 426294d06ddc
permissions -rw-r--r--
vfs: add a `register_file` method on the vfs class This is used by the fncache vfs to register new file. Until now, `fncache` have been doing this "automatically" by monitoring write pattern. However this is fragile and when we copy files in place by other means, we need something more robuts. So we add an explicit method to do so. Differential Revision: https://phab.mercurial-scm.org/D10851

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