tests/test-journal-exists
author Martin Geisler <mg@lazybytes.net>
Sat, 16 May 2009 08:22:30 +0200
changeset 8436 62b9cf446cbf
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
contrib/win32: fix HTML tag nesting

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover