tests/test-symlink-root
author Emanuele Aina <em@nerd.ocracy.org>
Tue, 27 Feb 2007 09:05:36 +0100
changeset 4121 d250076824e3
parent 4086 cc8a52229620
child 4882 25d753efd48e
permissions -rwxr-xr-x
Use the mercurial i18n infrastructure in the purge extension

#!/bin/sh

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