tests/test-symlink-root
author Giorgos Keramidas <keramida@ceid.upatras.gr>
Fri, 23 Feb 2007 17:54:34 +0200
changeset 4137 26596a6b6518
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
Create the parent directory when checking out symlinks.

#!/bin/sh

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