tests/test-journal-exists
author Brendan Cully <brendan@kublai.com>
Fri, 29 Feb 2008 14:21:15 -0800
changeset 6197 f6565f7d9489
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
highlight: make div trimmer work when lexer fails to identify text. In this case, there is no initial <span> tag.

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover