tests/test-basic
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
Wed, 30 Jun 2010 13:03:48 +0900
branchstable
changeset 11482 fa19c7418f83
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
i18n-ja: synchronized with 13d02d6677f2

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