tests/test-symlink-root
author Brendan Cully <brendan@kublai.com>
Wed, 11 Jul 2007 00:53:44 -0700
changeset 4856 1f3742217a76
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
replace .hgtags instead of appending to it when doing a raw commit

#!/bin/sh

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