view mercurial/templates/paper/shortlogentry.tmpl @ 18779:9e39a717a23e

revset: don't abort when regex to tag() matches nothing (issue3850) This makes the tag("re:...") revset consistent with branch("re:...").
author Kevin Bullock <kbullock@ringworld.org>
date Mon, 18 Mar 2013 16:04:10 -0500
parents 9409aeaafdc1
children 6f5556454edd
line wrap: on
line source

 <tr class="parity{parity}">
  <td class="age">{date|rfc822date}</td>
  <td class="author">{author|person}</td>
  <td class="description"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags % '<span class="tag">{name|escape}</span> '}{bookmarks % '<span class="tag">{name|escape}</span> '}</td>
 </tr>