##// END OF EJS Templates
transplant: update test to use hash for remote transplant...
Pierre-Yves David -
r25678:0c201666 stable
parent child Browse files
Show More
@@ -298,7 +298,7 b' remote transplant with pull'
298 298 updating to branch default
299 299 1 files updated, 0 files merged, 0 files removed, 0 files unresolved
300 300 $ cd ../rp
301 $ hg transplant -s http://localhost:$HGPORT/ 2 4
301 $ hg transplant -s http://localhost:$HGPORT/ 37a1297eb21b a53251cdf717
302 302 searching for changes
303 303 searching for changes
304 304 adding changesets
@@ -313,9 +313,12 b' remote transplant with pull'
313 313 0 r1
314 314
315 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 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 322 searching for changes
320 323 skipping already applied revision 2:8d9279348abb
321 324 applying 722f4667af76
General Comments 0
You need to be logged in to leave comments. Login now