diff tests/test-commit.out @ 3709:38291d9c8c1c

Expand test-commit to cover one of the recent bugs.
author Giorgos Keramidas <keramida@ceid.upatras.gr>
date Wed, 22 Nov 2006 00:53:56 +0200
parents a2d93b186a0e
children 8d603f8567ae
line wrap: on
line diff
--- a/tests/test-commit.out
+++ b/tests/test-commit.out
@@ -1,3 +1,4 @@
+% commit date test
 abort: impossible time zone offset: 4444444
 transaction abort!
 rollback completed
@@ -13,5 +14,46 @@ rollback completed
 abort: date exceeds 32 bits: 111111111111
 transaction abort!
 rollback completed
+% partial commit test
 trouble committing bar!
 abort: No such file or directory: .../test/bar
+% partial subdir commit test
+adding bar/bar
+adding foo/foo
+% subdir log 1
+changeset:   0:6ef3cb06bb80
+user:        test
+date:        Mon Jan 12 13:46:40 1970 +0000
+files:       foo/foo
+description:
+commit-subdir-1
+
+
+% subdir log 2
+changeset:   1:f2e51572cf5a
+tag:         tip
+user:        test
+date:        Mon Jan 12 13:46:41 1970 +0000
+files:       bar/bar
+description:
+commit-subdir-2
+
+
+% full log
+changeset:   1:f2e51572cf5a
+tag:         tip
+user:        test
+date:        Mon Jan 12 13:46:41 1970 +0000
+files:       bar/bar
+description:
+commit-subdir-2
+
+
+changeset:   0:6ef3cb06bb80
+user:        test
+date:        Mon Jan 12 13:46:40 1970 +0000
+files:       foo/foo
+description:
+commit-subdir-1
+
+