# HG changeset patch # User Aaron Jensen # Date 2014-04-17 18:47:49 # Node ID e1a3898a8bb8060e7eb821173f5931606aabc95c # Parent 91eb605022f54f05288c2aa21f3c69166d3840f3 hgweb: adding branch names from inbranch template to rss feed diff --git a/mercurial/templates/rss/changelogentry.tmpl b/mercurial/templates/rss/changelogentry.tmpl --- a/mercurial/templates/rss/changelogentry.tmpl +++ b/mercurial/templates/rss/changelogentry.tmpl @@ -1,19 +1,19 @@ - {branches%"{if(name, '[{name|escape}] ')}"}{desc|strip|firstline|strip|escape} + {inbranch%"{if(name, '[{name|escape}] ')}"}{branches%"{if(name, '[{name|escape}] ')}"}{desc|strip|firstline|strip|escape} {urlbase}{url|urlescape}rev/{node|short} - changeset {node|short} - - - branch - {branches%"{name|escape}"} - - - bookmark + + + branch + {inbranch%"{name|escape}"}{branches%"{name|escape}"} + + + bookmark {bookmarks%"{name|escape}"}