tests/test-transplant
changeset 4036 ebf1a05f6479
parent 4034 9bd078ce8de9
child 4050 75313c36aa04
--- a/tests/test-transplant	Tue Jan 16 12:51:02 2007 -0800
+++ b/tests/test-transplant	Tue Jan 16 12:52:03 2007 -0800
@@ -55,6 +55,12 @@
 cd ../pullback
 hg transplant -s ../remote -a -b tip
 
+echo '% remote transplant with pull'
+hg clone -r 0 ../t ../rp
+cd ../rp
+hg transplant -s ../t 2 4
+hg log --template '{rev} {parents} {desc}\n'
+
 echo '% transplant --continue'
 hg init ../tc
 cd ../tc