tests/test-journal-exists
author Martin Geisler <mg@lazybytes.net>
Sun, 26 Jul 2009 02:14:30 +0200
changeset 9278 3d9f77c03105
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
Makefile: remove non-default wrapping of hg.pot strings

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover