tests/test-basic
author Matt Mackall <mpm@selenic.com>
Mon, 24 Jul 2006 17:13:58 -0500
changeset 2659 93b765f30c07
parent 1933 7544700fd931
child 3736 ad3d5b4367cb
permissions -rwxr-xr-x
Added tag 0.9.1 for changeset 2be3001847cb18a23c403439d9e7d0ace30804e9

#!/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
hg cat a
hg verify