Mercurial > hg
view mercurial/templates/rss/bookmarkentry.tmpl @ 41344:6dadf3f46661
py3: these two casefolding tests pass for me on my Mac
I assume the buildbot didn't catch them because it's on a
case-sensitive filesystem.
Differential Revision: https://phab.mercurial-scm.org/D5681
author | Augie Fackler <augie@google.com> |
---|---|
date | Thu, 24 Jan 2019 13:57:23 -0500 |
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>