mercurial/templates/spartan/shortlogentry.tmpl
author Pierre-Yves David <pierre-yves.david@fb.com>
Thu, 17 Apr 2014 15:45:12 -0400
changeset 21146 4676135ac555
parent 18526 9409aeaafdc1
permissions -rw-r--r--
bundle2: move all parts into a `bx2` namespace All currently core parts are moved to a `bx2` namespace (for "bundle 2 experimental"). This should avoid conflicts between the final stable format and the one about to be released.

<table class="slogEntry parity{parity}">
 <tr>
  <td class="age">{date|rfc822date}</td>
  <td class="author">{author|person}</td>
  <td class="node"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a></td>
 </tr>
</table>