view tests/test-symlink-root @ 8688:31e613a89750

convert: split toposort() into subfunctions for readability
author Patrick Mezard <pmezard@gmail.com>
date Mon, 01 Jun 2009 17:12:37 +0200
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