tests/test-journal-exists
author Thomas Arendsen Hein <thomas@intevation.de>
Thu, 23 Oct 2008 19:27:25 +0200
changeset 7224 12a90281d83d
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
Minor cleanup: Add missing space forgotten in recent change.

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover