tests/test-requires
author Christian Ebert <blacktrash@gmx.net>
Mon, 10 Dec 2007 00:35:04 +0000
changeset 5661 ba40e267762b
parent 3851 8f18e31c4441
permissions -rwxr-xr-x
Remove spurious escape attempt in hg.1.txt

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