##// END OF EJS Templates
hgweb: all protocol functions have become generators...
hgweb: all protocol functions have become generators Using the write() callable supplied by the start_response() call is frowned upon by the WSGI spec, returning an iterable over the content chunks is the recommended way. Be aware, though: returning many small chunks will slow down responses, because the server has to flush each chunk separately.

File last commit:

r5269:46c5e1ee default
r6784:18c429ea default
Show More
tagentry.tmpl
8 lines | 299 B | application/x-cheetah | CheetahLexer
<entry>
<title>#tag|escape#</title>
<link rel="alternate" href="{urlbase}{url}rev/{node}"/>
<id>http://www.selenic.com/mercurial/#tag-{node}</id>
<updated>#date|rfc3339date#</updated>
<published>#date|rfc3339date#</published>
<content type="text">#tag|strip|escape#</content>
</entry>