tests/test-journal-exists
author Rocco Rutte <pdmef@gmx.net>
Sun, 14 Jun 2009 20:24:18 +0200
changeset 8890 c487719cccef
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
convert: fix builtin cvsps when no branchpoints are present

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover