tests/test-journal-exists
author Benoit Allard <benoit@aeteurope.nl>
Mon, 08 Dec 2008 20:42:53 +0100
changeset 7492 8649b2a3de75
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
tests: test-walkrepo shouldn't throw SystemExit Write to stdout instead of throwing Exceptions

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover