tests/test-journal-exists
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Wed, 22 Oct 2008 21:41:57 +0200
changeset 7207 fe0a4ed4634f
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
protocol/between: the protocol expects to have ' '-separated tuples

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover