view tests/test-journal-exists @ 7465:8f0305874701

tests: allow cvs import to reorder its filename list Also fix script to generate non-zero length test file b.
author Frank Kingswood <frank@kingswood-consulting.co.uk>
date Mon, 01 Dec 2008 13:42:04 +0000
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