Mercurial > hg
view tests/test-symlink-root @ 10422:600142e7a028
util: fix trailing whitespace found by check-code
author | Augie Fackler <durin42@gmail.com> |
---|---|
date | Mon, 08 Feb 2010 08:18:49 -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