test: use generaldelta in 'test-bundle-type.t'
Generaldelta changes some of the default targets for 'hg bundle'. All cases are
already properly tested but some ambiguous specifications are affected.
--- a/tests/test-bundle-type.t Tue Oct 20 10:46:59 2015 +0200
+++ b/tests/test-bundle-type.t Tue Oct 20 11:48:49 2015 +0200
@@ -1,3 +1,9 @@
+
+ $ cat << EOF >> $HGRCPATH
+ > [format]
+ > usegeneraldelta=yes
+ > EOF
+
bundle w/o type option
$ hg init t1
@@ -43,20 +49,26 @@
% test bundle type None
searching for changes
1 changesets found
- HG10UN
- c35a0f9217e65d1fdb90c936ffa7dbe679f83ddf
+ HG20\x00\x00 (esc)
+ Stream params: {}
+ changegroup -- "{'version': '02'}"
+ c35a0f9217e65d1fdb90c936ffa7dbe679f83ddf
% test bundle type bzip2
searching for changes
1 changesets found
- HG10BZ
- c35a0f9217e65d1fdb90c936ffa7dbe679f83ddf
+ HG20\x00\x00 (esc)
+ Stream params: {'Compression': 'BZ'}
+ changegroup -- "{'version': '02'}"
+ c35a0f9217e65d1fdb90c936ffa7dbe679f83ddf
% test bundle type gzip
searching for changes
1 changesets found
- HG10GZ
- c35a0f9217e65d1fdb90c936ffa7dbe679f83ddf
+ HG20\x00\x00 (esc)
+ Stream params: {'Compression': 'GZ'}
+ changegroup -- "{'version': '02'}"
+ c35a0f9217e65d1fdb90c936ffa7dbe679f83ddf
% test bundle type none-v2
searching for changes
--- a/tests/test-patchbomb.t Tue Oct 20 10:46:59 2015 +0200
+++ b/tests/test-patchbomb.t Tue Oct 20 11:48:49 2015 +0200
@@ -24,7 +24,7 @@
> EOF
$ FILTERBOUNDARY="python `pwd`/prune-blank-after-boundary.py"
$ echo "[format]" >> $HGRCPATH
- $ echo "generaldelta = accept" >> $HGRCPATH
+ $ echo "usegeneraldelta=yes" >> $HGRCPATH
$ echo "[extensions]" >> $HGRCPATH
$ echo "patchbomb=" >> $HGRCPATH