tests/test-journal-exists
author Martin Geisler <mg@lazybytes.net>
Tue, 09 Jun 2009 23:08:55 +0200
changeset 8766 b2059435f176
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
man pages: mark filenames and env vars as fixed text

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover