mercurial/templates/paper/shortlogentry.tmpl
branchstable
changeset 15375 fe9d36a6853e
parent 14046 b24e5a708fad
child 18526 9409aeaafdc1
--- a/mercurial/templates/paper/shortlogentry.tmpl	Thu Oct 27 18:15:34 2011 -0500
+++ b/mercurial/templates/paper/shortlogentry.tmpl	Thu Oct 27 11:57:08 2011 -0700
@@ -1,5 +1,5 @@
  <tr class="parity{parity}">
-  <td class="age">{date|date}</td>
+  <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>