tests/test-symlink-root
author Eric Hopper <hopper@omnifarious.org>
Thu, 17 May 2007 20:09:44 -0700
changeset 4439 871ff96a86cc
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
Add a test for the Branch header being in hg export.

#!/bin/sh

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