Mercurial > hg
view tests/test-symlink-root @ 10863:60b42f318a6d stable
clone: no race possible, we can use changegroup() and have smaller urls
Related to issue2126
author | Benoit Boissinot <benoit.boissinot@ens-lyon.org> |
---|---|
date | Tue, 06 Apr 2010 00:45:53 +0200 |
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