tests/test-symlink-root
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Mon, 04 May 2009 17:06:59 +0900
changeset 8321 ec985dcfd7da
parent 4882 25d753efd48e
permissions -rwxr-xr-x
inotify: inotify.server.walkrepodirs() simplify compute string concatenation only once

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

hg init a
ln -s a link
cd a
echo foo > foo
hg status
hg status ../link