##// END OF EJS Templates
templatefilters: indent: do not compute text.endswith('\n') in each iteration
templatefilters: indent: do not compute text.endswith('\n') in each iteration

File last commit:

r5867:b6d8972c default
r9387:20ed9909 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