view mercurial/templates/gitweb/graphentry.tmpl @ 41320:f790a4e78e97

tests: add setsockopt() output on Python 3 Python 3 appears to call setsockopt() where Python 2 did not. Differential Revision: https://phab.mercurial-scm.org/D5652
author Gregory Szorc <gregory.szorc@gmail.com>
date Tue, 22 Jan 2019 18:11:34 -0800
parents 6c2264732dc5
children
line wrap: on
line source

<li class="parity{parity}" data-node="{node|short}">
 <div class="fg">
  <span class="desc">
   <a class="list" href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}"><b>{desc|strip|firstline|escape|nonempty}</b></a>
  </span>
  {alltags}
  <div class="info">{date|age}, by {author|person}</div>
 </div>
</li>