view tests/test-symlink-root @ 5611:60bd4e707a7d

utils_win32: calling SHGetPathFromIDList under NT is useless and broken The call was done under NT when running as a service (CGI script for instance) and always crash, even in interactive processes.
author Patrick Mezard <pmezard@gmail.com>
date Tue, 04 Dec 2007 23:10:13 +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