diff --git a/tests/test-transplant b/tests/test-transplant --- a/tests/test-transplant +++ b/tests/test-transplant @@ -67,13 +67,16 @@ foo bar baz EOF +echo toremove > toremove hg ci -Amfoo -d '0 0' cat < foo foo2 bar2 baz2 EOF -hg ci -mfoo2 -d '0 0' +rm toremove +echo added > added +hg ci -Amfoo2 -d '0 0' echo bar > bar hg ci -Ambar -d '0 0' echo bar2 >> bar @@ -84,3 +87,4 @@ hg ci -mfoobar -d '0 0' hg transplant 1:3 echo merge > foo hg transplant --continue +hg locate