tests/test-journal-exists
author Martin Geisler <mg@lazybytes.net>
Sun, 12 Jul 2009 21:37:24 +0200
changeset 9113 f439d82f018c
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
gitweb, monoblue: fix double-spacing in file view (issue1733) The error was introduced in 338412820a57.

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover