tests/test-requires
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 27 Aug 2007 14:21:04 -0300
changeset 5242 466323968b23
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
Avoid adding to the changelog executable files added by the second parent. This was a regression introduced by b51a8138292a.

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