view tests/test-symlink-root @ 4692:c135c6cddbec

Command in doc comment is now on a single line, fixed after previous formatting broke it.
author paul sorenson <sf@metrak.com>
date Sat, 23 Jun 2007 22:25:11 -0500
parents cc8a52229620
children 25d753efd48e
line wrap: on
line source

#!/bin/sh

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