Mercurial > hg
view mercurial/templates/rss/bookmarkentry.tmpl @ 31346:2a18e9e6ca43
py3: use bytearray() instead of array('c', ...) constructions
Portable from 2.6-3.6.
author | Augie Fackler <augie@google.com> |
---|---|
date | Sun, 12 Mar 2017 03:32:21 -0400 |
parents | 9409aeaafdc1 |
children |
line wrap: on
line source
<item> <title>{bookmark|escape}</title> <link>{urlbase}{url|urlescape}rev/{node|short}</link> <description><![CDATA[{bookmark|strip|escape|addbreaks}]]></description> <pubDate>{date|rfc822date}</pubDate> </item>