tests/test-symlink-root
author TK Soh <teekaysoh@yahoo.com>
Fri, 20 Apr 2007 16:17:42 -0500
changeset 4493 50a46ae14efb
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
hbisect: fix a typo in error message

#!/bin/sh

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