tests/test-journal-exists
author Martin Geisler <mg@lazybytes.net>
Sun, 17 May 2009 15:30:45 +0200
changeset 8472 223363bb6d66
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
patchbomb: describe --attach and --inline options in help

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover