##// END OF EJS Templates
httprepo: suppress the `real URL is...' message in safe, common cases....
httprepo: suppress the `real URL is...' message in safe, common cases. When the actual and requested URL only differ by trailing slashes, there is no need to warn. As an example, this easily happens when accessing repositories on Bitbucket over HTTP(S). As far as I could tell, there were no existing tests for this behaviour.

File last commit:

r8428:5ccca717 default
r9881:54b518fc default
Show More
changelogentry.tmpl
7 lines | 300 B | application/x-cheetah | CheetahLexer
/ templates / rss / changelogentry.tmpl
Brendan Cully
Move RSS theme into subdirectory
r3235 <item>
Dirkjan Ochtman
atom/rss: use newer template syntax everywhere
r8428 <title>{desc|strip|firstline|strip|escape}</title>
Sune Foldager
hgweb: add guid to rss items
r7750 <guid isPermaLink="true">{urlbase}{url}rev/{node|short}</guid>
Dirkjan Ochtman
atom/rss: use newer template syntax everywhere
r8428 <description><![CDATA[{desc|strip|escape|addbreaks|nonempty}]]></description>
<author>{author|obfuscate}</author>
<pubDate>{date|rfc822date}</pubDate>
Brendan Cully
Move RSS theme into subdirectory
r3235 </item>