Mercurial > public > mercurial-scm > hg-stable
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 Wed Nov 22 23:07:15 2006 +0100 +++ b/tests/test-commit.out Wed Nov 22 00:53:56 2006 +0200 @@ -1,3 +1,4 @@ +% commit date test abort: impossible time zone offset: 4444444 transaction abort! rollback completed @@ -13,5 +14,46 @@ 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 + +