tests/test-symlink-root
author Markus F.X.J. Oberhumer <markus@oberhumer.com>
Mon, 25 Jun 2007 14:46:20 +0200
changeset 4706 f0aa759b8f93
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
Makefile: change "make local" to build a fully working local version.

#!/bin/sh

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