tests/test-journal-exists
author Martin Geisler <mg@daimi.au.dk>
Sat, 04 Apr 2009 23:21:23 +0200
changeset 8004 d5b1b846f277
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
commands: word-wrap help texts at 70 characters

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover