Mercurial > hg
view mercurial/templates/rss/branchentry.tmpl @ 47892:32aa80a8d162
dirstate-item: fix the declaration of the Cext `from_v1_meth`
This method is apparently not called from anywhere since the declaration was
garbage.
We will start calling it in the next changeset.
Differential Revision: https://phab.mercurial-scm.org/D11317
author | Pierre-Yves David <pierre-yves.david@octobus.net> |
---|---|
date | Fri, 20 Aug 2021 18:11:49 +0200 |
parents | 9409aeaafdc1 |
children |
line wrap: on
line source
<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>