tests/test-journal-exists
author Matt Mackall <mpm@selenic.com>
Mon, 20 Jul 2009 19:18:38 -0500
changeset 9181 8864112d4f57
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
Merge with stable

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover