tests/test-basic
author Brendan Cully <brendan@kublai.com>
Thu, 01 Mar 2007 20:53:38 -0800
changeset 4124 ef4c1cd6f4e4
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
Let patch.export handle any fp-like object

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