##// END OF EJS Templates
tests: fix test-hgweb to not leak directory name
r7341:6cb522c5 default
Show More
test-journal-exists
12 lines | 103 B | text/plain | TextLexer
#!/bin/sh
hg init
echo a > a
hg ci -Am0
touch .hg/store/journal
echo foo > a
hg ci -Am0
hg recover