##// 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
<item>
<title>#desc|strip|firstline|strip|escape#</title>
<link>{urlbase}{url}log{#node|short#}/{file|urlescape}</link>
<description><![CDATA[#desc|strip|escape|addbreaks|nonempty#]]></description>
<author>#author|obfuscate#</author>
<pubDate>#date|rfc822date#</pubDate>
</item>