comparison tests/test-transplant @ 4050:75313c36aa04

transplant: test non-local source
author Brendan Cully <brendan@kublai.com>
date Tue, 30 Jan 2007 11:40:17 -0800
parents ebf1a05f6479
children e3a0c092b4e2
comparison
equal deleted inserted replaced
4049:863465381028 4050:75313c36aa04
54 hg clone ../t ../pullback 54 hg clone ../t ../pullback
55 cd ../pullback 55 cd ../pullback
56 hg transplant -s ../remote -a -b tip 56 hg transplant -s ../remote -a -b tip
57 57
58 echo '% remote transplant with pull' 58 echo '% remote transplant with pull'
59 hg -R ../t serve -p 20062 -d --pid-file=../t.pid
60 cat ../t.pid >> $DAEMON_PIDS
61
59 hg clone -r 0 ../t ../rp 62 hg clone -r 0 ../t ../rp
60 cd ../rp 63 cd ../rp
61 hg transplant -s ../t 2 4 64 hg transplant -s http://localhost:20062/ 2 4
62 hg log --template '{rev} {parents} {desc}\n' 65 hg log --template '{rev} {parents} {desc}\n'
63 66
64 echo '% transplant --continue' 67 echo '% transplant --continue'
65 hg init ../tc 68 hg init ../tc
66 cd ../tc 69 cd ../tc