tests/test-journal-exists
author Dirkjan Ochtman <dirkjan@ochtman.nl>
Sat, 04 Apr 2009 17:55:52 +0200
changeset 7967 c03f42159afa
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
cmdutil: refactor handling of templating in show_changeset()

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover