tests/test-symlink-root
author Brendan Cully <brendan@kublai.com>
Mon, 09 Jul 2007 22:12:28 -0700
changeset 4850 f3802f9f1840
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
Add SSL support to hg serve, activated via --certificate option

#!/bin/sh

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