tests/test-symlink-root
author Eric Hopper <hopper@omnifarious.org>
Thu, 17 May 2007 20:09:49 -0700
changeset 4441 32ea809e5bd1
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
Alter test to test import --exact to make sure it works with branches.

#!/bin/sh

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