Show More
@@ -298,7 +298,7 b' remote transplant with pull' | |||||
298 | updating to branch default |
|
298 | updating to branch default | |
299 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved |
|
299 | 1 files updated, 0 files merged, 0 files removed, 0 files unresolved | |
300 | $ cd ../rp |
|
300 | $ cd ../rp | |
301 |
$ hg transplant -s http://localhost:$HGPORT/ |
|
301 | $ hg transplant -s http://localhost:$HGPORT/ 37a1297eb21b a53251cdf717 | |
302 | searching for changes |
|
302 | searching for changes | |
303 | searching for changes |
|
303 | searching for changes | |
304 | adding changesets |
|
304 | adding changesets | |
@@ -313,9 +313,12 b' remote transplant with pull' | |||||
313 | 0 r1 |
|
313 | 0 r1 | |
314 |
|
314 | |||
315 | remote transplant without pull |
|
315 | remote transplant without pull | |
|
316 | (I'm pretty sure this test is actually pulling, | |||
|
317 | It was using "2" and "4" (as the previous transplant used to) which referenced | |||
|
318 | revision different from one run to another) | |||
316 |
|
319 | |||
317 | $ hg pull -q http://localhost:$HGPORT/ |
|
320 | $ hg pull -q http://localhost:$HGPORT/ | |
318 | $ hg transplant -s http://localhost:$HGPORT/ 2 4 |
|
321 | $ hg transplant -s http://localhost:$HGPORT/ 8d9279348abb 722f4667af76 | |
319 | searching for changes |
|
322 | searching for changes | |
320 | skipping already applied revision 2:8d9279348abb |
|
323 | skipping already applied revision 2:8d9279348abb | |
321 | applying 722f4667af76 |
|
324 | applying 722f4667af76 |
General Comments 0
You need to be logged in to leave comments.
Login now