tests/test-basic
author Lee Cantey <lcantey@gmail.com>
Mon, 09 Jul 2007 10:59:49 -0700
changeset 4849 8c5aca855b5d
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
Correct inadvertent line ending change.

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