view tests/test-symlink-root @ 9550:3bcb28131bab

color: add support for record extension
author TK Soh <teekaysoh@gmail.com>
date Thu, 08 Oct 2009 09:27:22 +0800
parents 25d753efd48e
children
line wrap: on
line source

#!/bin/sh

"$TESTDIR/hghave" symlink || exit 80

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