view tests/test-symlink-root @ 5576:1c1ef561d541

doc: add repo/ to .hgignore and .hgtags These names were disappearing in the asciidoc output and no form of escaping seems to help. Let's just add repo/ to make it explicit that they're in the repository root.
author Matt Mackall <mpm@selenic.com>
date Sun, 02 Dec 2007 15:52:36 -0600
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