##// END OF EJS Templates
warn about new heads on commit (issue842)
warn about new heads on commit (issue842)

File last commit:

r6139:989467e8 default
r6336:4b0c9c67 default
Show More
test-commit.out
94 lines | 1.9 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
Thomas Arendsen Hein
Clarify some messages during commit:...
r5757 abort: empty commit message
Bryan O'Sullivan
Commit date validation: more stringent checks, more useful error messages.
r1202 abort: impossible time zone offset: 4444444
Matt Mackall
Update tests
r3810 abort: invalid date: '1\t15.1'
abort: invalid date: 'foo bar'
Thomas Arendsen Hein
Fix bad behaviour when specifying an invalid date (issue700)...
r6139 abort: date exceeds 32 bits: 111111111111
Alexis S. L. Carvalho
status: put added files that have disappeared in the deleted list...
r6110 % commit added file that has been deleted
nothing changed
Alexis S. L. Carvalho
cmdutil.commit: use relative paths in the error messages...
r6112 abort: file bar not found!
Alexis S. L. Carvalho
make hg commit <dirname> work again
r3786 adding dir/file
dir/file
adding dir.file
Alexis S. L. Carvalho
cmdutil.commit: use relative paths in the error messages...
r6112 abort: no match under directory dir!
abort: no match under directory .!
abort: no match under directory ../dir2!
Alexis S. L. Carvalho
make hg commit <dirname> work again
r3786 dir/file
does-not-exist: No such file or directory
Alexis S. L. Carvalho
cmdutil.commit: use relative paths in the error messages...
r6112 abort: file does-not-exist not found!
abort: file baz not tracked!
abort: file quux not tracked!
Alexis S. L. Carvalho
make hg commit <dirname> work again
r3786 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