view tests/test-basic @ 2162:dac432a521d8

Add self to CONTRIBUTORS
author Colin McMillen <mcmillen@cs.cmu.edu>
date Sun, 30 Apr 2006 18:52:34 +0200
parents 7544700fd931
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
hg cat a
hg verify