equal
deleted
inserted
replaced
296 adding file changes |
296 adding file changes |
297 added 1 changesets with 1 changes to 1 files |
297 added 1 changesets with 1 changes to 1 files |
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/ 2 4 |
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 |
305 adding manifests |
305 adding manifests |
306 adding file changes |
306 adding file changes |
311 2 b3 |
311 2 b3 |
312 1 b1 |
312 1 b1 |
313 0 r1 |
313 0 r1 |
314 |
314 |
315 remote transplant without pull |
315 remote transplant without pull |
|
316 (It was using "2" and "4" (as the previous transplant used to) which referenced |
|
317 revision different from one run to another) |
316 |
318 |
317 $ hg pull -q http://localhost:$HGPORT/ |
319 $ hg pull -q http://localhost:$HGPORT/ |
318 $ hg transplant -s http://localhost:$HGPORT/ 2 4 |
320 $ hg transplant -s http://localhost:$HGPORT/ 8d9279348abb 722f4667af76 |
319 searching for changes |
|
320 skipping already applied revision 2:8d9279348abb |
321 skipping already applied revision 2:8d9279348abb |
321 applying 722f4667af76 |
322 applying 722f4667af76 |
322 722f4667af76 transplanted to 76e321915884 |
323 722f4667af76 transplanted to 76e321915884 |
323 |
324 |
324 transplant --continue |
325 transplant --continue |