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