tests/test-journal-exists
author Doug Philips <dgou@mac.com>
Thu, 07 Aug 2008 09:31:42 +0200
changeset 6865 d923a051f84c
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
Let the notify extension use [diff] options too.

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover