tests/test-journal-exists
author Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
Fri, 19 Jun 2009 13:14:45 +0200
changeset 8837 d8e3a98018cb
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
graphmod/graphlog: extract nodelistwalk

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover