##// END OF EJS Templates
changelog: removed bad default arguments in add method...
changelog: removed bad default arguments in add method The arguments defaulted to None, but - user cannot be None since it is immediately stripped. - p1 and p2 cannot be None since they are passed directly to revlog.addrevision, where they are mandatory.

File last commit:

r8235:89bc3946 default
r8422:437e06bb default
Show More
filelogentry.tmpl
7 lines | 299 B | application/x-cheetah | CheetahLexer
Brendan Cully
Move RSS theme into subdirectory
r3235 <item>
<title>#desc|strip|firstline|strip|escape#</title>
Brendan Cully
Fix RSS URLs (closes issue396)
r3423 <link>{urlbase}{url}log{#node|short#}/{file|urlescape}</link>
Rocco Rutte
hgweb: use "nonempty" filter in templates for the changelog message...
r8235 <description><![CDATA[#desc|strip|escape|addbreaks|nonempty#]]></description>
Brendan Cully
Move RSS theme into subdirectory
r3235 <author>#author|obfuscate#</author>
Benoit Boissinot
fix rss template
r3410 <pubDate>#date|rfc822date#</pubDate>
Brendan Cully
Move RSS theme into subdirectory
r3235 </item>