obsolete -- python installation on www4 is not modified (despite remaining "firstline" in graph and syndication views);
authorwenzelm
Fri, 05 Nov 2010 21:42:32 +0100
changeset 40382 e239db6150e4
parent 40381 96c37a685a13
child 40383 caf19101073d
obsolete -- python installation on www4 is not modified (despite remaining "firstline" in graph and syndication views);
Admin/Mercurial/misc.diff
--- a/Admin/Mercurial/misc.diff	Fri Nov 05 19:47:20 2010 +0100
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,20 +0,0 @@
-diff -r hgweb/webcommands.py hgweb/webcommands.py
-653c653
-<         desc = templatefilters.firstline(ctx.description())
----
->         desc = ctx.description()
-diff -r templates/atom/changelogentry.tmpl templates/atom/changelogentry.tmpl
-2c2
-<   <title>#desc|strip|firstline|strip|escape#</title>
----
->   <title>#desc|strip|escape#</title>
-diff -r templates/rss/changelogentry.tmpl templates/rss/changelogentry.tmpl
-2c2
-<     <title>#desc|strip|firstline|strip|escape#</title>
----
->     <title>#desc|strip|escape#</title>
-diff -r templates/rss/filelogentry.tmpl templates/rss/filelogentry.tmpl
-2c2
-<     <title>#desc|strip|firstline|strip|escape#</title>
----
->     <title>#desc|strip|escape#</title>