tests/test-symlink-root
author John Goerzen <jgoerzen@complete.org>
Thu, 22 Mar 2007 14:02:39 -0500
changeset 4280 a9336520a4ee
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
Improve documentation for patchbomb and email

#!/bin/sh

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