From patchwork Tue Jul 23 09:25:20 2013 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: hgweb, paper: get rid of changelogtag template duplication From: Alexander Plavin X-Patchwork-Id: 1946 Message-Id: To: mercurial-devel@selenic.com Date: Tue, 23 Jul 2013 13:25:20 +0400 # HG changeset patch # User Alexander Plavin # Date 1374498439 -14400 # Mon Jul 22 17:07:19 2013 +0400 # Node ID af2925fc70e88a031316ce80804ab36856f6db0f # Parent b7367409ef4dcb86e2cb5056971af8ac5902906c hgweb, paper: get rid of changelogtag template duplication diff -r b7367409ef4d -r af2925fc70e8 mercurial/templates/paper/shortlogentry.tmpl --- a/mercurial/templates/paper/shortlogentry.tmpl Sun Jul 21 18:50:54 2013 +0400 +++ b/mercurial/templates/paper/shortlogentry.tmpl Mon Jul 22 17:07:19 2013 +0400 @@ -1,5 +1,5 @@ {date|rfc822date} {author|person} - {desc|strip|firstline|escape|nonempty}{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags % '{name|escape} '}{bookmarks % '{name|escape} '} + {desc|strip|firstline|escape|nonempty}{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{bookmarks%changelogtag}