tests/test-journal-exists
author Raoul Bhatia [IPAX] <r.bhatia@ipax.at>
Fri, 09 Oct 2009 16:27:05 +0200
changeset 9581 3b93032516b3
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
use short identifiers in atom feed

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover