comparison tests/test-commit.out @ 8709:b9e0ddb04c5c

commit: move explicit file checking into repo.commit
author Matt Mackall <mpm@selenic.com>
date Mon, 01 Jun 2009 21:51:00 -0500
parents ff22d4c3ac04
children
comparison
equal deleted inserted replaced
8708:a645904c88c4 8709:b9e0ddb04c5c
4 abort: invalid date: '1\t15.1' 4 abort: invalid date: '1\t15.1'
5 abort: invalid date: 'foo bar' 5 abort: invalid date: 'foo bar'
6 abort: date exceeds 32 bits: 111111111111 6 abort: date exceeds 32 bits: 111111111111
7 % commit added file that has been deleted 7 % commit added file that has been deleted
8 nothing changed 8 nothing changed
9 abort: file bar not found! 9 abort: bar: file not found!
10 adding dir/file 10 adding dir/file
11 dir/file 11 dir/file
12 committed changeset 2:d2a76177cb42 12 committed changeset 2:d2a76177cb42
13 adding dir.file 13 adding dir.file
14 abort: no match under directory dir! 14 abort: dir: no match under directory!
15 abort: no match under directory .! 15 abort: bleh: no match under directory!
16 abort: no match under directory ../dir2! 16 abort: dir2: no match under directory!
17 dir/file 17 dir/file
18 committed changeset 3:1cd62a2d8db5 18 committed changeset 3:1cd62a2d8db5
19 does-not-exist: No such file or directory 19 abort: does-not-exist: No such file or directory
20 abort: file does-not-exist not found! 20 abort: baz: file not tracked!
21 abort: file baz not tracked! 21 abort: quux: file not tracked!
22 abort: file quux not tracked!
23 dir/file 22 dir/file
24 committed changeset 4:49176991390e 23 committed changeset 4:49176991390e
25 % partial subdir commit test 24 % partial subdir commit test
26 adding bar/bar 25 adding bar/bar
27 adding foo/foo 26 adding foo/foo