changeset 26914:6839f2d4eea7

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.
author Pierre-Yves David <pierre-yves.david@fb.com>
date Thu, 12 Nov 2015 02:52:19 -0800
parents f43689badeff
children d92993d6210c
files tests/test-shelve.t
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- 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