--- a/tests/test-copy2 Tue Apr 24 12:02:51 2007 -0700
+++ b/tests/test-copy2 Tue Apr 24 18:43:18 2007 -0700
@@ -38,4 +38,10 @@
echo "# should show no copies"
hg debugstate|grep '^copy'
+echo "# copy --after on an added file"
+cp bar baz
+hg add baz
+hg cp -A bar baz
+hg st -C
+
exit 0