tests/test-basic
author Sune Foldager <cryo@cyanite.org>
Wed, 24 Sep 2008 13:22:11 +0200
changeset 7049 6489ee64b522
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
fetch: use dirstate branch instead of first parents

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