tests/test-requires
author Pavel Volkovitskiy <int@mtx.ru>
Thu, 02 Apr 2009 22:25:49 +0400
changeset 7957 88a2687fbd38
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
right way to check if file was in renamed directory, fixes import monotone repos with renamed directories

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