comparison tests/test-hgweb-filelog.t @ 25110:c9f382c8233a

hgweb: also display changeset bookmarks in file log (style=paper) There already are branches and tags in file log, now let's add what's been missing: bookmarks. Also, since coal borrows this template from paper, this change is effective for coal as well.
author Anton Shestakov <engored@ya.ru>
date Fri, 15 May 2015 12:19:51 +0800
parents f3e0a5784ca8
children 4d2b9b304ad0
comparison
equal deleted inserted replaced
25109:f3e0a5784ca8 25110:c9f382c8233a
221 <tr> 221 <tr>
222 <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td> 222 <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td>
223 <td class="author">test</td> 223 <td class="author">test</td>
224 <td class="description"> 224 <td class="description">
225 <a href="/rev/5ed941583260">first a</a> 225 <a href="/rev/5ed941583260">first a</a>
226 <span class="tag">a-tag</span> 226 <span class="tag">a-tag</span> <span class="tag">a-bookmark</span>
227 </td> 227 </td>
228 </tr> 228 </tr>
229 229
230 </tbody> 230 </tbody>
231 </table> 231 </table>
338 <tr> 338 <tr>
339 <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td> 339 <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td>
340 <td class="author">test</td> 340 <td class="author">test</td>
341 <td class="description"> 341 <td class="description">
342 <a href="/rev/5ed941583260">first a</a> 342 <a href="/rev/5ed941583260">first a</a>
343 <span class="tag">a-tag</span> 343 <span class="tag">a-tag</span> <span class="tag">a-bookmark</span>
344 </td> 344 </td>
345 </tr> 345 </tr>
346 346
347 </tbody> 347 </tbody>
348 </table> 348 </table>
447 <tr> 447 <tr>
448 <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td> 448 <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td>
449 <td class="author">test</td> 449 <td class="author">test</td>
450 <td class="description"> 450 <td class="description">
451 <a href="/rev/5ed941583260">first a</a> 451 <a href="/rev/5ed941583260">first a</a>
452 <span class="tag">a-tag</span> 452 <span class="tag">a-tag</span> <span class="tag">a-bookmark</span>
453 </td> 453 </td>
454 </tr> 454 </tr>
455 455
456 </tbody> 456 </tbody>
457 </table> 457 </table>
556 <tr> 556 <tr>
557 <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td> 557 <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td>
558 <td class="author">test</td> 558 <td class="author">test</td>
559 <td class="description"> 559 <td class="description">
560 <a href="/rev/5ed941583260">first a</a> 560 <a href="/rev/5ed941583260">first a</a>
561 <span class="tag">a-tag</span> 561 <span class="tag">a-tag</span> <span class="tag">a-bookmark</span>
562 </td> 562 </td>
563 </tr> 563 </tr>
564 564
565 </tbody> 565 </tbody>
566 </table> 566 </table>