rust/Cargo.toml
author Pierre-Yves David <pierre-yves.david@octobus.net>
Thu, 08 Aug 2019 01:12:48 +0200
changeset 42871 5bb68fb72df2
parent 40965 5532823e8c18
child 44466 79ac59d3f73d
permissions -rw-r--r--
flagutil: introduce a flagprocessorsmixin class To avoid code duplication, we will provide a simple "ready to use" mixin that carry the appropriate logic. First we use it in standard revlog, we'll remove code duplication in later changesets. Differential Revision: https://phab.mercurial-scm.org/D6796

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