Mercurial > hg
view mercurial/templates/rss/tagentry.tmpl @ 37029:dd2833e4d660
tests: use drawdag in test-rebase-collapse.t
This makes the tests shorter (410 lines -> 240 lines), faster (17s ->
12s), and easier to read (the setup for each test case is just before
the test, and we can refer to commits by name).
Differential Revision: https://phab.mercurial-scm.org/D2910
author | Martin von Zweigbergk <martinvonz@google.com> |
---|---|
date | Sun, 18 Mar 2018 15:25:23 -0700 |
parents | 9409aeaafdc1 |
children |
line wrap: on
line source
<item> <title>{tag|escape}</title> <link>{urlbase}{url|urlescape}rev/{node|short}</link> <description><![CDATA[{tag|strip|escape|addbreaks}]]></description> <pubDate>{date|rfc822date}</pubDate> </item>