test-generaldelta: disable modern features

Summary:
The test relies on Python revlog implementation details which
do not exist in the Rust revlog implementation.

Reviewed By: DurhamG

Differential Revision: D22240183

fbshipit-source-id: b245b35e561c3364618a0e199244df030cc47942
This commit is contained in:
Jun Wu 2020-07-06 14:00:16 -07:00 committed by Facebook GitHub Bot
parent 1a5de54ab0
commit 253584bf2e

View File

@ -1,6 +1,12 @@
#chg-compatible
$ disable treemanifest
This test uses too many revlog low-level details that are not respected by the
Rust revlog implementation.
$ setconfig experimental.rust-commits=false
Check whether size of generaldelta revlog is not bigger than its
regular equivalent. Test would fail if generaldelta was naive
implementation of parentdelta: third manifest revision would be fully