tests/test-basic
author Daniel Holth <dholth@fastmail.fm>
Wed, 16 May 2007 01:10:12 -0400
changeset 4447 af013ae3ca10
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
use documented convert-repo interface

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