summaryrefslogtreecommitdiff
path: root/mercurial/templates/paper/filelogentry.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'mercurial/templates/paper/filelogentry.tmpl')
-rw-r--r--mercurial/templates/paper/filelogentry.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/mercurial/templates/paper/filelogentry.tmpl b/mercurial/templates/paper/filelogentry.tmpl
index 8b4ae84..2829500 100644
--- a/mercurial/templates/paper/filelogentry.tmpl
+++ b/mercurial/templates/paper/filelogentry.tmpl
@@ -1,5 +1,5 @@
<tr class="parity{parity}">
- <td class="age">{date|rfc822date}</td>
+ <td class="age">{date|date}</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%changelogtag}{rename%filelogrename}</td>
</tr>