tests/test-journal-exists
author Martin Geisler <mg@lazybytes.net>
Wed, 08 Jul 2009 23:12:40 +0200
changeset 9086 f459f09b4214
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
convert: fixed typo in docstring

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover