view rust/Cargo.toml @ 47465:bc8536e09a20

revlog: rewrite `censors.py` to `rewrite.py` The logic we use for censoring revision will be mostly common with the one we needs for stripping. So we rename the module to `rewrite` to better match its future content. Differential Revision: https://phab.mercurial-scm.org/D10896
author Pierre-Yves David <pierre-yves.david@octobus.net>
date Tue, 22 Jun 2021 11:09:25 +0200
parents cf04f62d1579
children 34e0670caf46
line wrap: on
line source

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