comparison tests/test-hgweb-filelog.out @ 7624:f2fa1a9eede6

Improved hgweb test. The hgweb fix in 069b29656401 aimed at restoring the "back" link in hgweb's filelog that has been lost in 62e0bb41e682. However, the previous version of this test ran the filelog command on a file with only a single filelog entry. In this case, the previous hgweb version did not exhibit the bug. The error condition is now correctly tested with a filelog of 2 entries.
author Stefan Ring <stefan@complang.tuwien.ac.at>
date Mon, 12 Jan 2009 13:20:09 +0100
parents 069b29656401
children 6a888d491eaf
comparison
equal deleted inserted replaced
7623:03007ad08027 7624:f2fa1a9eede6
1 adding b 1 adding b
2 adding a 2 adding a
3 adding a 3 adding a
4 changeset: 6:38d962e6234d
5 tag: tip
6 user: test
7 date: Thu Jan 01 00:00:00 1970 +0000
8 summary: change c
9
10 diff -r a3b6a9e4507e -r 38d962e6234d c
11 --- a/c Thu Jan 01 00:00:00 1970 +0000
12 +++ b/c Thu Jan 01 00:00:00 1970 +0000
13 @@ -1,1 +1,2 @@
14 b
15 +c
16
4 changeset: 5:a3b6a9e4507e 17 changeset: 5:a3b6a9e4507e
5 tag: tip
6 user: test 18 user: test
7 date: Thu Jan 01 00:00:00 1970 +0000 19 date: Thu Jan 01 00:00:00 1970 +0000
8 summary: mv b 20 summary: mv b
9 21
10 diff -r 52e848cdcd88 -r a3b6a9e4507e b 22 diff -r 52e848cdcd88 -r a3b6a9e4507e b
472 <div class="buttons"> 484 <div class="buttons">
473 <a href="/log?style=spartan">changelog</a> 485 <a href="/log?style=spartan">changelog</a>
474 <a href="/shortlog?style=spartan">shortlog</a> 486 <a href="/shortlog?style=spartan">shortlog</a>
475 <a href="/graph?style=spartan">graph</a> 487 <a href="/graph?style=spartan">graph</a>
476 <a href="/tags?style=spartan">tags</a> 488 <a href="/tags?style=spartan">tags</a>
477 <a href="/file/a3b6a9e4507e/c?style=spartan">file</a> 489 <a href="/file/38d962e6234d/c?style=spartan">file</a>
478 <a href="/annotate/a3b6a9e4507e/c?style=spartan">annotate</a> 490 <a href="/annotate/38d962e6234d/c?style=spartan">annotate</a>
479 <a type="application/rss+xml" href="/rss-log/tip/c">rss</a> 491 <a type="application/rss+xml" href="/rss-log/tip/c">rss</a>
480 <a type="application/atom+xml" href="/atom-log/tip/c" title="Atom feed for test:c">atom</a> 492 <a type="application/atom+xml" href="/atom-log/tip/c" title="Atom feed for test:c">atom</a>
481 </div> 493 </div>
482 494
483 <h2>c revision history</h2> 495 <h2>c revision history</h2>
484 496
485 <p>navigate: <small class="navigate"><a href="/log/a3b6a9e4507e/c?style=spartan">(0)</a> <a href="/log/tip/c?style=spartan">tip</a> </small></p> 497 <p>navigate: <small class="navigate"><a href="/log/a3b6a9e4507e/c?style=spartan">(0)</a> <a href="/log/tip/c?style=spartan">tip</a> </small></p>
486 498
487 <table class="logEntry parity0"> 499 <table class="logEntry parity0">
500 <tr>
501 <th class="age">many years ago:</th>
502 <th class="firstline"><a href="/rev/38d962e6234d?style=spartan">change c</a></th>
503 </tr>
504 <tr>
505 <th class="revision">revision 1:</td>
506 <td class="node">
507 <a href="/file/38d962e6234d/c?style=spartan">38d962e6234d</a>
508 <a href="/diff/38d962e6234d/c?style=spartan">(diff)</a>
509 <a href="/annotate/38d962e6234d/c?style=spartan">(annotate)</a>
510 </td>
511 </tr>
512
513 <tr>
514 <th class="author">author:</th>
515 <td class="author">&#116;&#101;&#115;&#116;</td>
516 </tr>
517 <tr>
518 <th class="date">date:</th>
519 <td class="date">Thu Jan 01 00:00:00 1970 +0000</td>
520 </tr>
521 </table>
522
523
524 <table class="logEntry parity1">
488 <tr> 525 <tr>
489 <th class="age">many years ago:</th> 526 <th class="age">many years ago:</th>
490 <th class="firstline"><a href="/rev/a3b6a9e4507e?style=spartan">mv b</a></th> 527 <th class="firstline"><a href="/rev/a3b6a9e4507e?style=spartan">mv b</a></th>
491 </tr> 528 </tr>
492 <tr> 529 <tr>