##// END OF EJS Templates
bookmarks: Use dirstate to determine the current node in addchangegroup...
bookmarks: Use dirstate to determine the current node in addchangegroup Using the changectx might result in a lookup error during the strip command. Thefore we use the current dirstate to get the parents of the working directory.

File last commit:

r6436:856ae126 default
r7316:97370416 default
Show More
filelogentry.tmpl
5 lines | 235 B | application/x-cheetah | CheetahLexer
Matt Mackall
templates: add coal web theme
r6436 <tr class="parity{parity}">
<td class="age">{date|age}</td>
<td class="author">{author|person}</td>
<td class="description"><a href="{url}rev/{node|short}{sessionvars%urlparameter}">{desc|strip|firstline|escape}</a></td>
</tr>