##// END OF EJS Templates
test: use generaldelta in 'test-bundle-type.t'...
Pierre-Yves David -
r26925:d8270223 default
parent child Browse files
Show More
@@ -1,3 +1,9 b''
1
2 $ cat << EOF >> $HGRCPATH
3 > [format]
4 > usegeneraldelta=yes
5 > EOF
6
1 7 bundle w/o type option
2 8
3 9 $ hg init t1
@@ -43,20 +49,26 b' test bundle types'
43 49 % test bundle type None
44 50 searching for changes
45 51 1 changesets found
46 HG10UN
47 c35a0f9217e65d1fdb90c936ffa7dbe679f83ddf
52 HG20\x00\x00 (esc)
53 Stream params: {}
54 changegroup -- "{'version': '02'}"
55 c35a0f9217e65d1fdb90c936ffa7dbe679f83ddf
48 56
49 57 % test bundle type bzip2
50 58 searching for changes
51 59 1 changesets found
52 HG10BZ
53 c35a0f9217e65d1fdb90c936ffa7dbe679f83ddf
60 HG20\x00\x00 (esc)
61 Stream params: {'Compression': 'BZ'}
62 changegroup -- "{'version': '02'}"
63 c35a0f9217e65d1fdb90c936ffa7dbe679f83ddf
54 64
55 65 % test bundle type gzip
56 66 searching for changes
57 67 1 changesets found
58 HG10GZ
59 c35a0f9217e65d1fdb90c936ffa7dbe679f83ddf
68 HG20\x00\x00 (esc)
69 Stream params: {'Compression': 'GZ'}
70 changegroup -- "{'version': '02'}"
71 c35a0f9217e65d1fdb90c936ffa7dbe679f83ddf
60 72
61 73 % test bundle type none-v2
62 74 searching for changes
@@ -24,7 +24,7 b' Mercurial-patchbomb/.* -> Mercurial-patc'
24 24 > EOF
25 25 $ FILTERBOUNDARY="python `pwd`/prune-blank-after-boundary.py"
26 26 $ echo "[format]" >> $HGRCPATH
27 $ echo "generaldelta = accept" >> $HGRCPATH
27 $ echo "usegeneraldelta=yes" >> $HGRCPATH
28 28 $ echo "[extensions]" >> $HGRCPATH
29 29 $ echo "patchbomb=" >> $HGRCPATH
30 30
General Comments 0
You need to be logged in to leave comments. Login now