tests/test-symlink-root
author Nicolas Dumazet <nicdumz.commits@gmail.com>
Sat, 03 Jul 2010 17:58:48 +0900
changeset 11606 326ab8727a93
parent 4882 25d753efd48e
permissions -rwxr-xr-x
log: refactor: compute the value of last outside of filerevgen

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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