Mercurial > hg
comparison tests/test-symlinks.out @ 2115:fd77b7ee4aac
Fix issue 165: `hg status' with abs path containing a symlink-to-dir fails
author | Jim Meyering <list+hg@meyering.net> |
---|---|
date | Fri, 21 Apr 2006 16:09:43 -0700 |
parents | 6c61646fee5e |
children | 4e35843b2683 |
comparison
equal
deleted
inserted
replaced
2114:98cc126f9f3f | 2115:fd77b7ee4aac |
---|---|
7 ! dir/a.o | 7 ! dir/a.o |
8 ! dir/b.o | 8 ! dir/b.o |
9 ? .hgignore | 9 ? .hgignore |
10 a.c: unsupported file type (type is fifo) | 10 a.c: unsupported file type (type is fifo) |
11 ! a.c | 11 ! a.c |
12 # test absolute path through symlink outside repo | |
13 A f | |
14 # try symlink outside repo to file inside | |
15 abort: ../z not under root |