tests/test-journal-exists
author Martin Geisler <mg@lazybytes.net>
Fri, 19 Jun 2009 10:30:18 +0200
changeset 8910 0c610f77ae1a
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
interhg: escape backslashes in docstring

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover