# HG changeset patch # User Brendan Cully # Date 2007-01-30 19:40:17 # Node ID 75313c36aa04d1dde95e160ee5471c6d4a9909c7 # Parent 86346538102858480e4b5c58e01c563ee4b906e6 transplant: test non-local source diff --git a/tests/test-transplant b/tests/test-transplant --- a/tests/test-transplant +++ b/tests/test-transplant @@ -56,9 +56,12 @@ cd ../pullback hg transplant -s ../remote -a -b tip echo '% remote transplant with pull' +hg -R ../t serve -p 20062 -d --pid-file=../t.pid +cat ../t.pid >> $DAEMON_PIDS + hg clone -r 0 ../t ../rp cd ../rp -hg transplant -s ../t 2 4 +hg transplant -s http://localhost:20062/ 2 4 hg log --template '{rev} {parents} {desc}\n' echo '% transplant --continue'