Mercurial > hg
view mercurial/templates/paper/shortlogentry.tmpl @ 16652:2fdd1902ed2d stable
pager: check if signal.SIGPIPE exists
We have to check for signal.SIGPIPE before we attempt
to set it.
author | David Soria Parra <dsp@php.net> |
---|---|
date | Sat, 12 May 2012 09:43:12 +0200 |
parents | fe9d36a6853e |
children | 9409aeaafdc1 |
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}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>