changeset 4677 | de8ec7e1753a |
parent 4376 | de612b5f8d59 |
child 4743 | 719c402258ee |
--- a/tests/test-copy2 Thu Jun 21 18:05:14 2007 -0500 +++ b/tests/test-copy2 Thu Jun 21 23:42:06 2007 -0300 @@ -44,4 +44,10 @@ hg cp -A bar baz hg st -C +echo "# foo was clean:" +hg st -AC foo +echo "# but it's considered modified after a copy --after --force" +hg copy -Af bar foo +hg st -AC foo + exit 0