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