tests/test-symlink-root
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
Thu, 31 May 2007 19:59:02 -0400
changeset 4467 d189b19936ec
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
gitweb: Add search box to the summary page

#!/bin/sh

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