tests/test-symlink-root
author Joel Rosdahl <joel@rosdahl.net>
Mon, 04 Jun 2007 21:48:59 +0200
changeset 4504 c68e6486f295
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
Add test reproducing a bug in "hg serve -v"

#!/bin/sh

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