tests/test-basic
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Tue, 21 Nov 2006 20:00:15 -0200
changeset 3787 8d603f8567ae
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
make hg commit <dirname> work again

#!/bin/sh

mkdir t
cd t
hg init
echo a > a
hg add a
hg commit -m test -d "1000000 0"
hg history
hg manifest --debug
hg cat a
hg verify