##// END OF EJS Templates
bookmarks: factor out delete logic from commands...
bookmarks: factor out delete logic from commands We keep the lock in the caller so that future devs are aware of the locking implications.

File last commit:

r18526:9409aeaa stable
r33005:9343fce8 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>