tests/test-journal-exists
author Martin Geisler <mg@lazybytes.net>
Thu, 09 Apr 2009 20:00:48 +0200
changeset 8040 545fb915fe16
parent 5867 b6d8972ce339
child 9693 c40a1ee20aa5
permissions -rwxr-xr-x
commands: more informative description of "!" files in status This makes the description more similar to the one used by Subversion. Suggestion by Dennis Brakhane.

#!/bin/sh

hg init
echo a > a
hg ci -Am0

touch .hg/store/journal

echo foo > a
hg ci -Am0

hg recover