view tests/test-journal-exists @ 7249:671b3e1eac2e

test-init: add test with format.usefncache=false
author Adrian Buehlmann <adrian@cadifra.com>
date Mon, 27 Oct 2008 13:22:45 +0100
parents b6d8972ce339
children c40a1ee20aa5
line wrap: on
line source

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover