##// END OF EJS Templates
hgweb: move another utility function into the webutil module
hgweb: move another utility function into the webutil module

File last commit:

r5867:b6d8972c default
r7311:de9c87fe 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