tests/test-journal-exists
author Patrick Mezard <pmezard@gmail.com>
Sat, 24 May 2008 18:11:34 +0200
changeset 6628 f18f14bae172
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
test-mq-merge: test mq merge and explicit patch queue

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover