diff tests/test-copy @ 1043:9344f5dd4488

Update tests
author mpm@selenic.com
date Wed, 24 Aug 2005 19:19:35 -0700
parents 0902ffece4b4
children 94f38724283f
line wrap: on
line diff
--- a/tests/test-copy	Wed Aug 24 19:16:45 2005 -0700
+++ b/tests/test-copy	Wed Aug 24 19:19:35 2005 -0700
@@ -9,8 +9,20 @@
 hg copy a b
 hg status
 hg --debug commit -m "2" -d "0 0"
-hg history
+echo "we should see two history entries"
+hg history -v
+echo "we should see one log entry for a"
 hg log a
+echo "this should show a revision linked to changeset 0"
+hg debugindex .hg/data/a.i
+echo "we should see one log entry for b"
+hg log b
+echo "this should show a revision linked to changeset 1"
+hg debugindex .hg/data/b.i
+
+echo "this should show the rename information in the metadata"
+hg debugdata .hg/data/b.d 0 | head -n 3 | tail -n 2
+
 md5sum .hg/data/b.d
 hg cat b > bsum
 md5sum bsum