tests/test-requires
author Patrick Mezard <pmezard@gmail.com>
Sun, 20 Jul 2008 19:09:00 +0200
changeset 6810 8f7a2915170a
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
localrepo: fix status() typos from 854b907527e5a and 97c12b1ed1e0

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