tests/test-symlink-root
author Bryan O'Sullivan <bos@serpentine.com>
Thu, 09 Aug 2007 17:29:16 -0700
changeset 5137 67afecb8d6cc
parent 4882 25d753efd48e
permissions -rwxr-xr-x
record: improve docs, improve prompts

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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