sapling/tests/test-journal-exists

13 lines
103 B
Bash
Executable File

#!/bin/sh
hg init
echo a > a
hg ci -Am0
touch .hg/store/journal
echo foo > a
hg ci -Am0
hg recover