tests/test-symlink-root
author John Goerzen <jgoerzen@complete.org>
Mon, 26 Mar 2007 20:46:49 -0500
changeset 4283 8625504f507c
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
Slight refining to help text in patchbomb.py

#!/bin/sh

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