Show More
@@ -36,50 +36,28 b' test bundle types' | |||
|
36 | 36 | > hg bundle -t $t ../b$t ../t$t |
|
37 | 37 | > cut -b 1-6 ../b$t | head -n 1 |
|
38 | 38 | > cd ../t$t |
|
39 |
> hg |
|
|
40 |
> |
|
|
41 | > hg log | grep summary | |
|
39 | > hg debugbundle ../b$t | |
|
40 | > echo | |
|
42 | 41 | > cd .. |
|
43 | 42 | > done |
|
44 | 43 | % test bundle type None |
|
45 | 44 | searching for changes |
|
46 | 45 | 1 changesets found |
|
47 | 46 | HG10UN |
|
48 | pulling from ../bNone | |
|
49 | requesting all changes | |
|
50 | adding changesets | |
|
51 | adding manifests | |
|
52 | adding file changes | |
|
53 | added 1 changesets with 1 changes to 1 files | |
|
54 | (run 'hg update' to get a working copy) | |
|
55 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
|
56 | summary: a | |
|
47 | c35a0f9217e65d1fdb90c936ffa7dbe679f83ddf | |
|
48 | ||
|
57 | 49 | % test bundle type bzip2 |
|
58 | 50 | searching for changes |
|
59 | 51 | 1 changesets found |
|
60 | 52 | HG10BZ |
|
61 | pulling from ../bbzip2 | |
|
62 | requesting all changes | |
|
63 | adding changesets | |
|
64 | adding manifests | |
|
65 | adding file changes | |
|
66 | added 1 changesets with 1 changes to 1 files | |
|
67 | (run 'hg update' to get a working copy) | |
|
68 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
|
69 | summary: a | |
|
53 | c35a0f9217e65d1fdb90c936ffa7dbe679f83ddf | |
|
54 | ||
|
70 | 55 | % test bundle type gzip |
|
71 | 56 | searching for changes |
|
72 | 57 | 1 changesets found |
|
73 | 58 | HG10GZ |
|
74 | pulling from ../bgzip | |
|
75 | requesting all changes | |
|
76 | adding changesets | |
|
77 | adding manifests | |
|
78 | adding file changes | |
|
79 | added 1 changesets with 1 changes to 1 files | |
|
80 | (run 'hg update' to get a working copy) | |
|
81 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
|
82 | summary: a | |
|
59 | c35a0f9217e65d1fdb90c936ffa7dbe679f83ddf | |
|
60 | ||
|
83 | 61 | |
|
84 | 62 | test garbage file |
|
85 | 63 |
General Comments 0
You need to be logged in to leave comments.
Login now