tests/test-basic
author Patrick Mezard <pmezard@gmail.com>
Fri, 28 Dec 2007 16:41:40 +0100
changeset 5752 84a6e463b948
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
patchbomb: read bundle file in binary mode

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