tests/test-requires
author Gilles Moris <gilles.moris@free.fr>
Fri, 06 Nov 2009 09:53:23 +0100
changeset 9812 dd2c95fc4fe5
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
buildrpm: cleanup script

#!/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