view tests/test-symlink-root @ 7009:3d54cf97598d

tag: without a checkout, base the tag changeset on tip instead of nullid issue916
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Mon, 08 Sep 2008 14:04:10 +0200
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