Mercurial > hg
view tests/test-symlink-root @ 5594:8623debad845
coverage: return to not assuming that python is in /usr/bin
author | Bryan O'Sullivan <bos@serpentine.com> |
---|---|
date | Sun, 02 Dec 2007 21:54:56 -0800 |
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