view tests/test-symlink-root @ 5942:b75105de8573

glog shows at most one file: correct synopsis
author Thomas Arendsen Hein <thomas@intevation.de>
date Sat, 26 Jan 2008 00:14:20 +0100
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