view tests/test-basic @ 5048:8db8e1100f3f

Update asciidoc instructions to suggest html4 for newer versions
author Brendan Cully <brendan@kublai.com>
date Wed, 01 Aug 2007 14:32:05 -0700
parents ad3d5b4367cb
children
line wrap: on
line source

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