changeset 4050:75313c36aa04

transplant: test non-local source
author Brendan Cully <brendan@kublai.com>
date Tue, 30 Jan 2007 11:40:17 -0800
parents 863465381028
children 022056263354
files tests/test-transplant
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/tests/test-transplant	Tue Jan 30 11:39:47 2007 -0800
+++ b/tests/test-transplant	Tue Jan 30 11:40:17 2007 -0800
@@ -56,9 +56,12 @@
 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'