Mercurial > hg
view mercurial/templates/rss/bookmarkentry.tmpl @ 43797:fb07126dadbe
graft: extract `repo['.']` to local variable
It's used in two places and I'm about to use it more.
Differential Revision: https://phab.mercurial-scm.org/D7548
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Thu, 05 Dec 2019 09:34:43 -0800 |
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>