##// END OF EJS Templates
histedit: don't bother with cPickle, demand-load pickle...
histedit: don't bother with cPickle, demand-load pickle We're unlikely to ever need the pickle module, so there's no good reason to force loading of its faster cousin.

File last commit:

r18526:9409aeaa stable
r27534:88b32dcc default
Show More
branchentry.tmpl
6 lines | 224 B | application/x-cheetah | CheetahLexer
<item>
<title>{branch|escape}</title>
<link>{urlbase}{url|urlescape}rev/{node|short}</link>
<description><![CDATA[{branch|strip|escape|addbreaks}]]></description>
<pubDate>{date|rfc822date}</pubDate>
</item>