tests/test-transplant
changeset 5384 e3a0c092b4e2
parent 4050 75313c36aa04
child 6639 6334569c8caa
--- a/tests/test-transplant	Fri Oct 05 09:30:02 2007 -0700
+++ b/tests/test-transplant	Fri Oct 05 12:17:01 2007 -0700
@@ -56,12 +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
+hg -R ../t serve -p $HGPORT -d --pid-file=../t.pid
 cat ../t.pid >> $DAEMON_PIDS
 
 hg clone -r 0 ../t ../rp
 cd ../rp
-hg transplant -s http://localhost:20062/ 2 4
+hg transplant -s http://localhost:$HGPORT/ 2 4
 hg log --template '{rev} {parents} {desc}\n'
 
 echo '% transplant --continue'