diff tests/test-hgweb-empty.out @ 10277:17c6d5eab25d stable

templates: do not add "ago" twice After 1d75c683ada1, "ago" is added by the ago template filter.
author Martin Geisler <mg@lazybytes.net>
date Sat, 23 Jan 2010 16:54:53 +0100
parents 1de6e7e1bb9f
children 6134adc1c431
line wrap: on
line diff
--- a/tests/test-hgweb-empty.out	Fri Jan 22 17:13:55 2010 +0100
+++ b/tests/test-hgweb-empty.out	Sat Jan 23 16:54:53 2010 +0100
@@ -217,7 +217,7 @@
 
 var revlink = '<li style="_STYLE"><span class="desc">';
 revlink += '<a href="/rev/_NODEID" title="_NODEID">_DESC</a>';
-revlink += '</span>_TAGS<span class="info">_DATE ago, by _USER</span></li>';
+revlink += '</span>_TAGS<span class="info">_DATE, by _USER</span></li>';
 
 graph.vertex = function(x, y, color, parity, cur) {