tests/test-symlink-root
author Jun Inoue <jun.lambda@gmail.com>
Thu, 15 Feb 2007 05:18:23 -0200
changeset 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
Fix accessing the repo through a symlink.

#!/bin/sh

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