##// END OF EJS Templates
sslutil: handle setups without .getpeercert() early in the validator...
sslutil: handle setups without .getpeercert() early in the validator This simplifies the code and makes the flow more obvious and reduces the indentation level.

File last commit:

r9999:f91e5630 default
r15813:3ae04eb5 default
Show More
filelog.tmpl
8 lines | 245 B | application/x-cheetah | CheetahLexer
{header}
<id>{urlbase}{url}atom-log/tip/{file|escape}</id>
<link rel="self" href="{urlbase}{url}atom-log/tip/{file|urlescape}"/>
<title>{repo|escape}: {file|escape} history</title>
{latestentry%feedupdated}
{entries%changelogentry}
</feed>