comparison tests/test-symlinks.out @ 1487:2bc6cd62a29c

fix handling of files of unsupported type in the walk code if a file was of unsupported type, it was considered as 'seen' while walking. this way it was possible to have file in the dirstate not yielded by the walk function.
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Wed, 02 Nov 2005 15:46:31 -0800
parents f56f38a1a85f
children c13fce7167c2
comparison
equal deleted inserted replaced
1486:d7809d6e9db2 1487:2bc6cd62a29c
2 adding foo 2 adding foo
3 bar: unsupported file type (type is symbolic link) 3 bar: unsupported file type (type is symbolic link)
4 bar: unsupported file type (type is symbolic link) 4 bar: unsupported file type (type is symbolic link)
5 adding bomb 5 adding bomb
6 bar: unsupported file type (type is symbolic link) 6 bar: unsupported file type (type is symbolic link)
7 adding a.c
8 adding dir/a.o
9 adding dir/b.o
10 a.c: unsupported file type (type is fifo)
11 dir/b.o: unsupported file type (type is symbolic link)
12 R a.c
13 R dir/a.o
14 R dir/b.o
15 ? .hgignore