##// END OF EJS Templates
Make test-bundle-type work on MacOS 10.4.11...
Christian Ebert -
r6640:d6b53b48 default
parent child Browse files
Show More
@@ -20,7 +20,7 for t in "None" "bzip2" "gzip"; do
20 20 hg init t$t
21 21 cd t1
22 22 hg bundle -t $t ../b$t ../t$t
23 head -c 6 ../b$t
23 head -n 1 ../b$t | cut -b 1-6
24 24 cd ../t$t
25 25 hg pull ../b$t
26 26 hg up
@@ -15,7 +15,8 summary: a
15 15 % test bundle type None
16 16 searching for changes
17 17 1 changesets found
18 HG10UNpulling from ../bNone
18 HG10UN
19 pulling from ../bNone
19 20 requesting all changes
20 21 adding changesets
21 22 adding manifests
@@ -27,7 +28,8 summary: a
27 28 % test bundle type bzip2
28 29 searching for changes
29 30 1 changesets found
30 HG10BZpulling from ../bbzip2
31 HG10BZ
32 pulling from ../bbzip2
31 33 requesting all changes
32 34 adding changesets
33 35 adding manifests
@@ -39,7 +41,8 summary: a
39 41 % test bundle type gzip
40 42 searching for changes
41 43 1 changesets found
42 HG10GZpulling from ../bgzip
44 HG10GZ
45 pulling from ../bgzip
43 46 requesting all changes
44 47 adding changesets
45 48 adding manifests
General Comments 0
You need to be logged in to leave comments. Login now