tests/test-symlink-root
author Mads Kiilerich <mads@kiilerich.com>
Thu, 20 Aug 2009 23:35:47 +0200
changeset 9401 2a5144687727
parent 4882 25d753efd48e
permissions -rwxr-xr-x
doc/Makefile: Don't show Makefile comments in output The comments makes sense when editing Makefile, but not when watching its output where it looks too much like error messages.

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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