diff -r c8f26bd24e86 -r ebf1a05f6479 tests/test-transplant --- 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