tests/test-basic
author Christian Ebert <blacktrash@gmx.net>
Mon, 20 Oct 2008 17:40:29 +0200
changeset 7192 f31ba106fc19
parent 3736 ad3d5b4367cb
permissions -rwxr-xr-x
patchbomb: mime-encode clean utf-8 patches (issue814) Fixes issue814, but only for utf.

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