mercurial/templates/paper/shortlogentry.tmpl
author Siddharth Agarwal <sid0@fb.com>
Sat, 16 Nov 2013 13:33:33 -0800
changeset 20042 9a72d3886888
parent 19529 9cef7539c69f
child 25108 09ec4220a839
permissions -rw-r--r--
scmutil.filecacheentry: make stat argument to constructor mandatory There's no real upside to making stat optional -- this constructor has just two callers.

 <tr>
  <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%changelogtag}{bookmarks%changelogtag}</td>
 </tr>