tests/test-symlink-root
author paul sorenson <sf@metrak.com>
Sat, 23 Jun 2007 22:25:11 -0500
changeset 4692 c135c6cddbec
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
Command in doc comment is now on a single line, fixed after previous formatting broke it.

#!/bin/sh

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