tests/test-journal-exists
author Stefano Tortarolo <stefano.tortarolo@gmail.com>
Sun, 18 Jan 2009 19:59:51 +0100
changeset 7786 92455c1d6f83
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
rebase: pull --rebase updates if there is nothing to rebase

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover