changeset 45609 | e604a3c03ab9 |
parent 45531 | b0d6309ff50c |
child 45614 | 7bd13bf99d1c |
--- a/rust/hg-core/Cargo.toml Wed Sep 30 18:23:43 2020 +0200 +++ b/rust/hg-core/Cargo.toml Wed Sep 30 18:10:53 2020 +0200 @@ -40,3 +40,9 @@ clap = "*" pretty_assertions = "0.6.1" tempfile = "3.1.0" + +[features] +# Use a (still unoptimized) tree for the dirstate instead of the current flat +# dirstate. This is not yet recommended for performance reasons. A future +# version might make it the default, or make it a runtime option. +dirstate-tree = []