##// END OF EJS Templates
make manifest friendlier...
make manifest friendlier switch to using context code ..which uses first parent by default show file hashes only with debug switch show permissions with verbose fix up tests

File last commit:

r3709:38291d9c default
r3736:ad3d5b43 default
Show More
test-commit.out
59 lines | 1.3 KiB | text/plain | TextLexer
Giorgos Keramidas
Expand test-commit to cover one of the recent bugs.
r3709 % commit date test
Bryan O'Sullivan
Commit date validation: more stringent checks, more useful error messages.
r1202 abort: impossible time zone offset: 4444444
transaction abort!
rollback completed
Jose M. Prieto
Add documentation about the date formats allowed in the command line
r3257 abort: invalid date: '1\t15.1' see hg(1) manual page for details
Bryan O'Sullivan
Add test output.
r1198 transaction abort!
rollback completed
Jose M. Prieto
Add documentation about the date formats allowed in the command line
r3257 abort: invalid date: 'foo bar' see hg(1) manual page for details
Bryan O'Sullivan
Add test output.
r1198 transaction abort!
rollback completed
Jose M. Prieto
Add documentation about the date formats allowed in the command line
r3257 abort: invalid date: ' 1 4444' see hg(1) manual page for details
Bryan O'Sullivan
Add test output.
r1198 transaction abort!
rollback completed
Bryan O'Sullivan
Commit date validation: more stringent checks, more useful error messages.
r1202 abort: date exceeds 32 bits: 111111111111
Thomas Arendsen Hein
Updated test-commit to match changed output caused by nested transactions.
r1809 transaction abort!
rollback completed
Giorgos Keramidas
Expand test-commit to cover one of the recent bugs.
r3709 % partial commit test
Matt Mackall
commit: unify file-level commit code
r3294 trouble committing bar!
Benoit Boissinot
only files in normal state should be marked as deleted...
r1488 abort: No such file or directory: .../test/bar
Giorgos Keramidas
Expand test-commit to cover one of the recent bugs.
r3709 % 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