view mercurial/templates/spartan/graphentry.tmpl @ 35876:94621656be90

mdiff: use slice instead of index on bytestr when checking single bytes This is portable to Python 3. Differential Revision: https://phab.mercurial-scm.org/D1992
author Augie Fackler <augie@google.com>
date Thu, 01 Feb 2018 18:14:52 -0500
parents bb5a03dfd7ff
children
line wrap: on
line source

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