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

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover