tests/test-journal-exists
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
Sat, 28 Mar 2009 19:50:37 +0100
changeset 7908 27f23c9da186
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
add missing +x flag to test-inotify-issue1542

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover