view tests/test-requires @ 9742:0c84afa1d622

sshrepo: move mkstemp() out of the try block, we don't use the exception simpler fix for 3b6f18851d87
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Sat, 07 Nov 2009 13:25:25 +0100
parents 8f18e31c4441
children
line wrap: on
line source

#!/bin/sh

mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m test -d "1000000 0"
rm .hg/requires
hg tip
echo indoor-pool > .hg/requires
hg tip

true