tests/test-basic
author Brendan Cully <brendan@kublai.com>
Sat, 04 Aug 2007 23:07:52 -0700
changeset 5071 35d47b06d4e3
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
patch: add git symlink support

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