Show More
@@ -97,6 +97,11 b' echo "====== Outgoing -R does-not-exist.' | |||
|
97 | 97 | hg -R bundle://../does-not-exist.hg outgoing ../partial2 |
|
98 | 98 | cd .. |
|
99 | 99 | |
|
100 | echo "====== Direct clone from bundle (all-history)" | |
|
101 | hg clone full.hg full-clone | |
|
102 | hg -R full-clone heads | |
|
103 | rm -r full-clone | |
|
104 | ||
|
100 | 105 | # test for http://www.selenic.com/mercurial/bts/issue216 |
|
101 | 106 | echo "====== Unbundle incremental bundles into fresh empty in one go" |
|
102 | 107 | rm -r empty |
@@ -260,6 +260,25 b' summary: 0.3m' | |||
|
260 | 260 | |
|
261 | 261 | ====== Outgoing -R does-not-exist.hg vs partial2 in partial |
|
262 | 262 | abort: No such file or directory: ../does-not-exist.hg |
|
263 | ====== Direct clone from bundle (all-history) | |
|
264 | requesting all changes | |
|
265 | adding changesets | |
|
266 | adding manifests | |
|
267 | adding file changes | |
|
268 | added 9 changesets with 7 changes to 4 files (+1 heads) | |
|
269 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
|
270 | changeset: 8:836ac62537ab | |
|
271 | tag: tip | |
|
272 | parent: 3:ac69c658229d | |
|
273 | user: test | |
|
274 | date: Mon Jan 12 13:46:40 1970 +0000 | |
|
275 | summary: 0.3m | |
|
276 | ||
|
277 | changeset: 7:80fe151401c2 | |
|
278 | user: test | |
|
279 | date: Mon Jan 12 13:46:40 1970 +0000 | |
|
280 | summary: 1.3m | |
|
281 | ||
|
263 | 282 | ====== Unbundle incremental bundles into fresh empty in one go |
|
264 | 283 | 1 changesets found |
|
265 | 284 | 1 changesets found |
General Comments 0
You need to be logged in to leave comments.
Login now