comparison tests/test-commit.out @ 6112:5ffa962783c4

cmdutil.commit: use relative paths in the error messages This is more consistent with other error messages and requires less makeup in test-commit and test-symlink-basic.
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
date Fri, 15 Feb 2008 10:38:37 -0200
parents 81e20e01d465
children 989467e8e3a9
comparison
equal deleted inserted replaced
6111:213ea6eed412 6112:5ffa962783c4
12 rollback completed 12 rollback completed
13 abort: invalid date: 'foo bar' 13 abort: invalid date: 'foo bar'
14 nothing changed 14 nothing changed
15 % commit added file that has been deleted 15 % commit added file that has been deleted
16 nothing changed 16 nothing changed
17 abort: file .../test/bar not found! 17 abort: file bar not found!
18 adding dir/file 18 adding dir/file
19 dir/file 19 dir/file
20 adding dir.file 20 adding dir.file
21 abort: no match under directory .../test/dir! 21 abort: no match under directory dir!
22 abort: no match under directory .../test/bleh! 22 abort: no match under directory .!
23 abort: no match under directory .../test/dir2! 23 abort: no match under directory ../dir2!
24 dir/file 24 dir/file
25 does-not-exist: No such file or directory 25 does-not-exist: No such file or directory
26 abort: file .../test/does-not-exist not found! 26 abort: file does-not-exist not found!
27 abort: file .../test/baz not tracked! 27 abort: file baz not tracked!
28 abort: file .../test/quux not tracked! 28 abort: file quux not tracked!
29 dir/file 29 dir/file
30 % partial subdir commit test 30 % partial subdir commit test
31 adding bar/bar 31 adding bar/bar
32 adding foo/foo 32 adding foo/foo
33 % subdir log 1 33 % subdir log 1