diff 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
line wrap: on
line diff
--- a/tests/test-commit.out	Fri Feb 15 10:38:37 2008 -0200
+++ b/tests/test-commit.out	Fri Feb 15 10:38:37 2008 -0200
@@ -14,18 +14,18 @@
 nothing changed
 % commit added file that has been deleted
 nothing changed
-abort: file .../test/bar not found!
+abort: file bar not found!
 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!
+abort: no match under directory dir!
+abort: no match under directory .!
+abort: no match under directory ../dir2!
 dir/file
 does-not-exist: No such file or directory
-abort: file .../test/does-not-exist not found!
-abort: file .../test/baz not tracked!
-abort: file .../test/quux not tracked!
+abort: file does-not-exist not found!
+abort: file baz not tracked!
+abort: file quux not tracked!
 dir/file
 % partial subdir commit test
 adding bar/bar