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.
This commit is contained in:
Pierre-Yves David 2015-10-20 11:48:49 +02:00
parent 4a2ed14f46
commit 0341332573
2 changed files with 19 additions and 7 deletions

View File

@ -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 types
% 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

View File

@ -24,7 +24,7 @@ Mercurial-patchbomb/.* -> Mercurial-patchbomb/* (glob)
> 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