tests/test-symlink-root
author Ronny Pfannschmidt <Ronny.Pfannschmidt@gmx.de>
Mon, 05 Apr 2010 20:10:46 +0200
branchstable
changeset 10838 07dbafd3a0e2
parent 4882 25d753efd48e
permissions -rwxr-xr-x
add a test for the inprocess status dirstate race

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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