##// END OF EJS Templates
scmutil.addremove: factor out dirstate walk into another function...
scmutil.addremove: factor out dirstate walk into another function Upcoming patches will reuse and expand on this function for other purposes.

File last commit:

r18526:9409aeaa stable
r19150:7a4eab24 default
Show More
filelogentry.tmpl
5 lines | 362 B | application/x-cheetah | CheetahLexer
<tr class="parity{parity}">
<td class="age">{date|rfc822date}</td>
<td class="author">{author|person}</td>
<td class="description"><a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape|nonempty}</a>{inbranch%changelogbranchname}{branches%changelogbranchhead}{tags%changelogtag}{rename%filelogrename}</td>
</tr>