##// END OF EJS Templates
parsers: fix memleak of revlog cache entries on strip...
parsers: fix memleak of revlog cache entries on strip Since 12a852c7c763, raw_length can be reduced on strip, but corresponding cache entries still have refcount. They are not dereferenced by _index_clearcache(), and never freed. To reproduce the problem, run "hg pull" and "hg strip null" several times in the same process.

File last commit:

r18045:add2f9dd default
r18504:d1d5fdcc stable
Show More
branchentry.tmpl
8 lines | 317 B | application/x-cheetah | CheetahLexer
<entry>
<title>{branch|escape}</title>
<link rel="alternate" href="{urlbase}{url}rev/{node|short}"/>
<id>{urlbase}{url}#branch-{node}</id>
<updated>{date|rfc3339date}</updated>
<published>{date|rfc3339date}</published>
<content type="text"><![CDATA[{branch|strip|escape|addbreaks}]]></content>
</entry>