tests/test-symlinks
changeset 1620 6c61646fee5e
parent 1527 c13fce7167c2
child 2115 fd77b7ee4aac
equal deleted inserted replaced
1619:1ba0d7041ac4 1620:6c61646fee5e
    35 rm dir/a.o
    35 rm dir/a.o
    36 rm dir/b.o
    36 rm dir/b.o
    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 deleted
    41 hg status
    41 hg status
    42 hg status a.c
    42 hg status a.c