diff tests/test-transplant @ 4036:ebf1a05f6479

Make test-transplant test pull case
author Brendan Cully <brendan@kublai.com>
date Tue, 16 Jan 2007 12:52:03 -0800
parents 9bd078ce8de9
children 75313c36aa04
line wrap: on
line diff
--- 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