##// END OF EJS Templates
lrucachedict: add copy method...
lrucachedict: add copy method This diff implements the standard dict copy() method for lrucachedicts, which will be used in the pushrebase extension to make a copy of the manifestcache.

File last commit:

r18526:9409aeaa stable
r27576:6cd30449 default
Show More
tagentry.tmpl
8 lines | 306 B | application/x-cheetah | CheetahLexer
<entry>
<title>{tag|escape}</title>
<link rel="alternate" href="{urlbase}{url|urlescape}rev/{node|short}"/>
<id>{urlbase}{url|urlescape}#tag-{node}</id>
<updated>{date|rfc3339date}</updated>
<published>{date|rfc3339date}</published>
<content type="text">{tag|strip|escape}</content>
</entry>