view tests/test-requires @ 5354:4fbd27bf04b1

convert: fail properly if we can't read a source hg repository
author Bryan O'Sullivan <bos@serpentine.com>
date Tue, 02 Oct 2007 13:48:52 -0700
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