view tests/test-symlink-root @ 4759:95cbb6b74790

convert: activate subversion engine Fail gracefully if the subversion python bindings are not installed. Support --rev option to convert as well as URL@rev.
author Brendan Cully <brendan@kublai.com>
date Sun, 01 Jul 2007 20:30:04 -0700
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