Mercurial > hg
view mercurial/templates/rss/bookmarkentry.tmpl @ 42760:9f2189b6bf2a
config: add experimental argument to the config registrar
Until now, there are almost 28 config items which are considered as
`experimental` but, not present in the `experimental` section of
the registrar. This patch adds an `experimental` argument to the
config registrar to mark such config items.
Differential Revision: https://phab.mercurial-scm.org/D6728
Differential Revision: https://phab.mercurial-scm.org/D6746
author | Navaneeth Suresh <navaneeths1998@gmail.com> |
---|---|
date | Tue, 20 Aug 2019 18:35:16 +0300 |
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>