view tests/test-requires @ 11347:18680b0e20a7

Fix shell quoting on p4 conversion
author Frank Kingswood <frank@kingswood-consulting.co.uk>
date Mon, 14 Jun 2010 16:38:36 +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