tests/test-symlink-root
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Wed, 13 Feb 2008 16:46:43 +0100
changeset 6086 e85deb6dcf9d
parent 4882 25d753efd48e
permissions -rwxr-xr-x
better handle errors with date parsing (issue983) Windows cannot always handle a 1970-01-01 parameter to time.mktime().

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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