##// END OF EJS Templates
Fix test-bundle-type output by changing head|cut to cut|head....
Fix test-bundle-type output by changing head|cut to cut|head. With some versions of cut the output otherwise has no end of line.

File last commit:

r5867:b6d8972c default
r7171:41b7802b 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