view tests/test-basic @ 7925:c84df11bf721

i18n: updated zh_CN instructions
author Martin Geisler <mg@daimi.au.dk>
date Tue, 31 Mar 2009 20:40:56 +0200
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