tests/test-basic
author Edouard Gomez <ed.gomez@free.fr>
Tue, 05 Dec 2006 14:58:32 +0100
changeset 3792 4670470b97bd
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
Fix revrange() call in the churn contrib

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