view tests/test-symlink-root @ 4312:82be6af21697

Merge with Matt
author Brendan Cully <brendan@kublai.com>
date Thu, 05 Apr 2007 14:55:27 -0700
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