comparison tests/test-symlinks.t @ 17492:973c2b0b403c

spelling: nonexistent
author timeless@mozdev.org
date Fri, 17 Aug 2012 13:58:18 -0700
parents f2719b387380
children 4f9a52858512
comparison
equal deleted inserted replaced
17491:fd28974f6f66 17492:973c2b0b403c
44 $ echo "relglob:*.o" > .hgignore 44 $ echo "relglob:*.o" > .hgignore
45 $ rm a.c 45 $ rm a.c
46 $ rm dir/a.o 46 $ rm dir/a.o
47 $ rm dir/b.o 47 $ rm dir/b.o
48 $ mkdir dir/a.o 48 $ mkdir dir/a.o
49 $ ln -s nonexist dir/b.o 49 $ ln -s nonexistent dir/b.o
50 $ mkfifo a.c 50 $ mkfifo a.c
51 51
52 it should show a.c, dir/a.o and dir/b.o deleted 52 it should show a.c, dir/a.o and dir/b.o deleted
53 53
54 $ hg status 54 $ hg status