tests/test-journal-exists
author Dongsheng Song <dongsheng.song@gmail.com>
Thu, 05 Mar 2009 14:44:13 +0800
changeset 7828 f51e2263d2aa
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
Typo fix

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover