# HG changeset patch # User Pierre-Yves David # Date 1447325539 28800 # Node ID 6839f2d4eea75138a65ee56aed1b20f31b6427fb # Parent f43689badeff88ee0b2d6115f466add27a10122e test: enforce generaldelta format with the right option The option that will become true by default is now 'usegeneraldelta' We have to adjust the change made in b75fed55f6dc to actually achieve its goal. diff -r f43689badeff -r 6839f2d4eea7 tests/test-shelve.t --- a/tests/test-shelve.t Sat Nov 07 13:53:11 2015 -0500 +++ b/tests/test-shelve.t Thu Nov 12 02:52:19 2015 -0800 @@ -971,7 +971,7 @@ no general delta - $ hg clone --pull repo bundle1 --config format.generaldelta=0 + $ hg clone --pull repo bundle1 --config format.usegeneraldelta=0 requesting all changes adding changesets adding manifests @@ -991,7 +991,7 @@ with general delta - $ hg clone --pull repo bundle2 --config format.generaldelta=1 + $ hg clone --pull repo bundle2 --config format.usegeneraldelta=1 requesting all changes adding changesets adding manifests