tests/test-journal-exists
author Wagner Bruna <wbruna@yahoo.com>
Sun, 05 Apr 2009 05:12:43 -0300
changeset 8009 76e4c08a48ad
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
commands: fix typo on flag description

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover