##// END OF EJS Templates
tests: require SQLite 3.8.3+ as sqlitestore relies on "WITH" clause...
tests: require SQLite 3.8.3+ as sqlitestore relies on "WITH" clause The test fails on gcc112 because the SQLite is too old. https://sqlite.org/changes.html#version_3_8_3

File last commit:

r29435:b8ede1f7 default
r40492:1bf3e604 stable
Show More
tags.tmpl
6 lines | 153 B | application/x-cheetah | CheetahLexer
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 {header}
av6
hgweb: remove a couple of superfluous spaces in rss style
r29435 <title>{repo|escape}: tags</title>
Dan Villiom Podlaski Christiansen
setup: install translation files as package data...
r9999 <description>{repo|escape} tag history</description>
{entriesnotip%tagentry}
</channel>
</rss>