mirror of
https://github.com/facebook/sapling.git
synced 2024-12-26 14:34:34 +03:00
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:
parent
1a5de54ab0
commit
253584bf2e
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user