comparison tests/test-symlinks @ 1527:c13fce7167c2

don't print anything about file of unsupported type unless the file was specified on the command line
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Fri, 11 Nov 2005 15:33:08 -0800
parents 2bc6cd62a29c
children 6c61646fee5e
comparison
equal deleted inserted replaced
1526:c230939283c3 1527:c13fce7167c2
37 mkdir dir/a.o 37 mkdir dir/a.o
38 ln -sf nonexist dir/b.o 38 ln -sf nonexist dir/b.o
39 mkfifo a.c 39 mkfifo a.c
40 # it should show a.c, dir/a.o and dir/b.o removed 40 # it should show a.c, dir/a.o and dir/b.o removed
41 hg status 41 hg status
42 hg status a.c