obsolete -- python installation on www4 is not modified (despite remaining "firstline" in graph and syndication views);
--- 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>