tests/test-journal-exists
author Patrick Mezard <pmezard@gmail.com>
Wed, 07 Oct 2009 22:50:20 +0200
changeset 9546 4333b9744419
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
Merge with crew-stable

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover