tests/test-basic
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Thu, 15 Feb 2007 08:44:08 -0200
changeset 4090 785ad8cd1d31
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
qclone: don't call reposetup manually

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