comparison tests/test-symlinks @ 1620:6c61646fee5e

Adjusted all but one test output for the new behaviour of localrepo.changes()
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 12 Jan 2006 21:02:38 +0100
parents c13fce7167c2
children fd77b7ee4aac
comparison
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