rust/Cargo.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Mon, 07 Jun 2021 11:59:27 +0200
changeset 47463 f8330a3fc39f
parent 45001 cf04f62d1579
child 51119 34e0670caf46
permissions -rw-r--r--
censor: implement censoring for revlogv2 It is a bit verbose and rough, but it works. Most of that logic can be common for `stripping`, so we can expect more refactoring of that code to accommodate both needs. However I wanted to keep this changesets "simple enough" and before moving forward. We also need to properly delete the older index/data/sidedata file, but this has implication for streaming clone and transaction, so this will come later. Differential Revision: https://phab.mercurial-scm.org/D10869

[workspace]
members = ["hg-core", "hg-cpython", "rhg"]
exclude = ["chg", "hgcli"]