tests/test-basic
author Daniel Holth <dholth@fastmail.fm>
Tue, 30 Jan 2007 23:09:06 -0500
changeset 4082 6b2909e84203
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
convert-repo converts symlinks from git

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