tests/test-basic
author Mads Kiilerich <mads@kiilerich.com>
Fri, 01 Oct 2010 00:48:50 +0200
branchstable
changeset 12593 01c373762b76
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
doc: clarify that https cert verification requires web.cacerts

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