tests/test-journal-exists
author Alexis S. L. Carvalho <alexis@cecm.usp.br>
Mon, 24 Mar 2008 16:17:19 -0300
changeset 6380 a632a9a57821
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
qclone: do not abort if remote hasn't enabled mq (issue1040)

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover