Mercurial > hg-stable
changeset 1252:94f38724283f
The copy tests don't need to invoke cp any longer.
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Wed, 14 Sep 2005 16:31:03 -0700 |
parents | 84cf8834efb5 |
children | a45e717c61a8 |
files | tests/test-copy tests/test-copy2 |
diffstat | 2 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/tests/test-copy Wed Sep 14 15:41:22 2005 -0700 +++ b/tests/test-copy Wed Sep 14 16:31:03 2005 -0700 @@ -5,7 +5,6 @@ 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"
--- a/tests/test-copy2 Wed Sep 14 15:41:22 2005 -0700 +++ b/tests/test-copy2 Wed Sep 14 16:31:03 2005 -0700 @@ -6,7 +6,6 @@ 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 @@ echo "# should not be renamed" hg debugrename bar -cp foo bar hg copy -f foo bar echo "# should show copy" hg debugstate|grep '^copy'