tests/test-basic
author timeless <timeless@gmail.com>
Tue, 09 Jun 2009 09:25:17 -0400
changeset 8761 0289f384e1e5
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
Generally replace "file name" with "filename" in help and comments.

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