##// END OF EJS Templates
transplant: test non-local source
Brendan Cully -
r4050:75313c36 default
parent child Browse files
Show More
@@ -56,9 +56,12 b' cd ../pullback'
56 56 hg transplant -s ../remote -a -b tip
57 57
58 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 62 hg clone -r 0 ../t ../rp
60 63 cd ../rp
61 hg transplant -s ../t 2 4
64 hg transplant -s http://localhost:20062/ 2 4
62 65 hg log --template '{rev} {parents} {desc}\n'
63 66
64 67 echo '% transplant --continue'
General Comments 0
You need to be logged in to leave comments. Login now