view tests/test-symlink-root @ 4122:306055f5b65c

Unified #! paths for python scripts and removed them for test modules.
author Thomas Arendsen Hein <thomas@intevation.de>
date Thu, 01 Mar 2007 22:15:17 +0100
parents cc8a52229620
children
line wrap: on
line source

#!/bin/sh

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