view tests/test-journal-exists @ 5867:b6d8972ce339

tests: Use /bin/sh for test-journal-exists, /bin/bash may not be available
author Giorgos Keramidas <keramida@ceid.upatras.gr>
date Fri, 18 Jan 2008 03:06:05 +0200
parents e7127f669edb
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