tests/test-journal-exists
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Sat, 07 Jun 2008 17:52:00 +0200
changeset 6657 a51093361e1c
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
hgweb: show cset node and description when hovering over annotate prefix

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover