view tests/test-symlink-root @ 4452:862dc0c020ad

gitweb: Fixed manifest template opening an extra div tag
author Josef "Jeff" Sipek <jeffpc@josefsipek.net>
date Tue, 29 May 2007 03:27:02 -0400
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