--- 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>