test: enforce generaldelta format with the right option
authorPierre-Yves David <pierre-yves.david@fb.com>
Thu, 12 Nov 2015 02:52:19 -0800
changeset 26914 6839f2d4eea7
parent 26913 f43689badeff
child 26915 d92993d6210c
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.
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