##// END OF EJS Templates
Display symlink or executable bit with manifest -v...
Display symlink or executable bit with manifest -v New output looks like: 644 a 755 * b/a 644 @ l

File last commit:

r4970:30d4d898 default
r5405:8feb33c2 default
Show More
test-commit.out
97 lines | 2.0 KiB | text/plain | TextLexer
Giorgos Keramidas
Expand test-commit to cover one of the recent bugs.
r3709 % commit date test
Matt Mackall
transactions: avoid late tear-down (issue641)...
r4970 transaction abort!
rollback completed
Bryan O'Sullivan
Commit date validation: more stringent checks, more useful error messages.
r1202 abort: impossible time zone offset: 4444444
transaction abort!
rollback completed
Matt Mackall
Update tests
r3810 abort: invalid date: '1\t15.1'
Bryan O'Sullivan
Add test output.
r1198 transaction abort!
rollback completed
Matt Mackall
Update tests
r3810 abort: invalid date: 'foo bar'
nothing changed
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
Alexis S. L. Carvalho
make hg commit <dirname> work again
r3786 adding dir/file
dir/file
adding dir.file
abort: no match under directory .../test/dir!
abort: no match under directory .../test/bleh!
abort: no match under directory .../test/dir2!
dir/file
does-not-exist: No such file or directory
abort: file .../test/does-not-exist not found!
Matt Mackall
symlinks: use is_link wherever is_exec is used
r4002 abort: file .../test/baz not tracked!
Alexis S. L. Carvalho
make hg commit <dirname> work again
r3786 abort: file .../test/quux not tracked!
dir/file
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
Giorgos Keramidas
tests: expand test-commit a bit to test 'hg commit .' too
r4253 % dot and subdir commit test
% full log
changeset: 1:d9180e04fa8a
tag: tip
user: test
date: Sat Jan 24 03:33:20 1970 +0000
files: foo/plain-file
description:
commit-foo-dot
changeset: 0:80b572aaf098
user: test
date: Mon Jan 12 13:46:40 1970 +0000
files: foo/plain-file
description:
commit-foo-subdir
% subdir log
changeset: 1:d9180e04fa8a
tag: tip
user: test
date: Sat Jan 24 03:33:20 1970 +0000
summary: commit-foo-dot
changeset: 0:80b572aaf098
user: test
date: Mon Jan 12 13:46:40 1970 +0000
summary: commit-foo-subdir