Show More
@@ -136,13 +136,6 b" comparisonline = '" | |||||
136 | </tr>' |
|
136 | </tr>' | |
137 |
|
137 | |||
138 | changesetlink = '<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>' |
|
138 | changesetlink = '<a href="{url|urlescape}rev/{node|short}{sessionvars%urlparameter}">{node|short}</a>' | |
139 | changelogparent = ' |
|
|||
140 | <tr> |
|
|||
141 | <th class="parent">parent {rev}:</th> |
|
|||
142 | <td class="parent"> |
|
|||
143 | {changesetlink} |
|
|||
144 | </td> |
|
|||
145 | </tr>' |
|
|||
146 | changesetbranch = '<dt>branch</dt><dd>{name|escape}</dd>' |
|
139 | changesetbranch = '<dt>branch</dt><dd>{name|escape}</dd>' | |
147 | changesetparent = ' |
|
140 | changesetparent = ' | |
148 | <dt>parent {rev}</dt> |
|
141 | <dt>parent {rev}</dt> | |
@@ -221,22 +214,12 b" filediffparent = '" | |||||
221 | filecompparent = ' |
|
214 | filecompparent = ' | |
222 | <dt>parent {rev}</dt> |
|
215 | <dt>parent {rev}</dt> | |
223 | <dd><a href="{url|urlescape}comparison/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></dd>' |
|
216 | <dd><a href="{url|urlescape}comparison/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></dd>' | |
224 | filelogparent = ' |
|
|||
225 | <tr> |
|
|||
226 | <td align="right">parent {rev}: </td> |
|
|||
227 | <td><a href="{url|urlescape}file/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td> |
|
|||
228 | </tr>' |
|
|||
229 | filediffchild = ' |
|
217 | filediffchild = ' | |
230 | <dt>child {rev}</dt> |
|
218 | <dt>child {rev}</dt> | |
231 | <dd><a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></dd>' |
|
219 | <dd><a href="{url|urlescape}diff/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></dd>' | |
232 | filecompchild = ' |
|
220 | filecompchild = ' | |
233 | <dt>child {rev}</dt> |
|
221 | <dt>child {rev}</dt> | |
234 | <dd><a href="{url|urlescape}comparison/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></dd>' |
|
222 | <dd><a href="{url|urlescape}comparison/{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></dd>' | |
235 | filelogchild = ' |
|
|||
236 | <tr> |
|
|||
237 | <td align="right">child {rev}: </td> |
|
|||
238 | <td><a href="{url|urlescape}file{node|short}/{file|urlescape}{sessionvars%urlparameter}">{node|short}</a></td> |
|
|||
239 | </tr>' |
|
|||
240 | shortlog = shortlog.tmpl |
|
223 | shortlog = shortlog.tmpl | |
241 | tagtag = '<span class="tagtag" title="{name|escape}">{name|escape}</span> ' |
|
224 | tagtag = '<span class="tagtag" title="{name|escape}">{name|escape}</span> ' | |
242 | branchtag = '<span class="branchtag" title="{name|escape}">{name|escape}</span> ' |
|
225 | branchtag = '<span class="branchtag" title="{name|escape}">{name|escape}</span> ' |
General Comments 0
You need to be logged in to leave comments.
Login now