rustfmt.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Wed, 07 Jul 2021 19:32:22 +0200
changeset 47590 c5190adc17d5
parent 45620 426294d06ddc
permissions -rw-r--r--
dirstate: introduce an internal `_remove` method We want to split current user of `dirstate.remove` between `hg rm`-like cases and update of the dirstate coming from update/merge. To do this we will introduce new API. The first step is to introduces an internal function that these new API migh use (or not use) to distinct between the migrated users and the others. Differential Revision: https://phab.mercurial-scm.org/D11011

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