# HG changeset patch # User TK Soh # Date 1131474900 28800 # Node ID a91bfbbe88d3df0bb909f88e0d53a4e37cbf824f # Parent 755e7ac351ef3768b47aa2e4fe015a11a5cc78ed hgweb: remove redundant rstrip filter diff -r 755e7ac351ef -r a91bfbbe88d3 mercurial/hgweb.py --- a/mercurial/hgweb.py Tue Nov 08 10:34:50 2005 -0800 +++ b/mercurial/hgweb.py Tue Nov 08 10:35:00 2005 -0800 @@ -165,7 +165,6 @@ common_filters = { "escape": cgi.escape, "strip": lambda x: x.strip(), - "rstrip": lambda x: x.rstrip(), "age": age, "date": lambda x: util.datestr(x), "addbreaks": nl2br, diff -r 755e7ac351ef -r a91bfbbe88d3 templates/changelogentry-rss.tmpl --- a/templates/changelogentry-rss.tmpl Tue Nov 08 10:34:50 2005 -0800 +++ b/templates/changelogentry-rss.tmpl Tue Nov 08 10:35:00 2005 -0800 @@ -1,5 +1,5 @@ - #desc|strip|firstline|rstrip|escape# + #desc|strip|firstline|strip|escape# #url#?cs=#node|short# #author|obfuscate# diff -r 755e7ac351ef -r a91bfbbe88d3 templates/filelogentry-rss.tmpl --- a/templates/filelogentry-rss.tmpl Tue Nov 08 10:34:50 2005 -0800 +++ b/templates/filelogentry-rss.tmpl Tue Nov 08 10:35:00 2005 -0800 @@ -1,5 +1,5 @@ - #desc|strip|firstline|rstrip|escape# + #desc|strip|firstline|strip|escape# #url#?f=#filenode|short#;file=#file# #author|obfuscate#