rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Tue, 11 Jan 2022 09:36:10 +0100
changeset 48667 fc80752dbb24
parent 45620 426294d06ddc
permissions -rw-r--r--
legacy-revlog: fix requirement computation when cloning legacy repo The oldest format of repository does not have requirements so we need to treat them differently when cloning such repository. The previous code had issue whenever we start using a working-copy-only requirements. The "legacy" format is signaled using an empty requirements list. If we add working-copy-only requirements to it, this is no longer empty, and no longer legacy. The new code fix this, and will get fully tested in a couple of changeset, once the share-safe become the default. Differential Revision: https://phab.mercurial-scm.org/D11995

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