# HG changeset patch # User Bryan O'Sullivan # Date 1126740663 25200 # Node ID 94f38724283f5b059a8c8cb1037c1b60efff3727 # Parent 84cf8834efb58cf7baeec655dca70eb79be9b3c3 The copy tests don't need to invoke cp any longer. diff --git a/tests/test-copy b/tests/test-copy --- a/tests/test-copy +++ b/tests/test-copy @@ -5,7 +5,6 @@ echo a > a hg add a hg commit -m "1" -d "0 0" hg status -cp a b hg copy a b hg status hg --debug commit -m "2" -d "0 0" diff --git a/tests/test-copy2 b/tests/test-copy2 --- a/tests/test-copy2 +++ b/tests/test-copy2 @@ -6,7 +6,6 @@ hg add foo hg commit -m1 -d"0 0" echo "# should show copy" -cp foo bar hg copy foo bar hg debugstate|grep '^copy' @@ -25,7 +24,6 @@ hg commit -m3 -d"0 0" echo "# should not be renamed" hg debugrename bar -cp foo bar hg copy -f foo bar echo "# should show copy" hg debugstate|grep '^copy'