comparison tests/test-hgweb-filelog.out @ 7612:069b29656401

web: use the correct filectx in filelog
author Benoit Boissinot <benoit.boissinot@ens-lyon.org>
date Fri, 09 Jan 2009 17:34:06 +0100
parents c5e37dc38a52
children f2fa1a9eede6
comparison
equal deleted inserted replaced
7569:89207edf3973 7612:069b29656401
1 adding b 1 adding b
2 adding a 2 adding a
3 adding a 3 adding a
4 changeset: 5:a3b6a9e4507e
5 tag: tip
6 user: test
7 date: Thu Jan 01 00:00:00 1970 +0000
8 summary: mv b
9
10 diff -r 52e848cdcd88 -r a3b6a9e4507e b
11 --- a/b Thu Jan 01 00:00:00 1970 +0000
12 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000
13 @@ -1,1 +0,0 @@
14 -b
15 diff -r 52e848cdcd88 -r a3b6a9e4507e c
16 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
17 +++ b/c Thu Jan 01 00:00:00 1970 +0000
18 @@ -0,0 +1,1 @@
19 +b
20
4 changeset: 4:52e848cdcd88 21 changeset: 4:52e848cdcd88
5 tag: tip
6 user: test 22 user: test
7 date: Thu Jan 01 00:00:00 1970 +0000 23 date: Thu Jan 01 00:00:00 1970 +0000
8 summary: del2 a 24 summary: del2 a
9 25
10 diff -r 01de2d66a28d -r 52e848cdcd88 a 26 diff -r 01de2d66a28d -r 52e848cdcd88 a
433 449
434 450
435 </body> 451 </body>
436 </html> 452 </html>
437 453
454 % should show base link, use spartan because it shows it
455 200 Script output follows
456
457 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
458 <html>
459 <head>
460 <link rel="icon" href="/static/hgicon.png" type="image/png">
461 <meta name="robots" content="index, nofollow" />
462 <link rel="stylesheet" href="/static/style.css" type="text/css" />
463
464 <title>test: c history</title>
465 <link rel="alternate" type="application/atom+xml"
466 href="/atom-log/tip/c" title="Atom feed for test:c">
467 <link rel="alternate" type="application/rss+xml"
468 href="/rss-log/tip/c" title="RSS feed for test:c">
469 </head>
470 <body>
471
472 <div class="buttons">
473 <a href="/log?style=spartan">changelog</a>
474 <a href="/shortlog?style=spartan">shortlog</a>
475 <a href="/graph?style=spartan">graph</a>
476 <a href="/tags?style=spartan">tags</a>
477 <a href="/file/a3b6a9e4507e/c?style=spartan">file</a>
478 <a href="/annotate/a3b6a9e4507e/c?style=spartan">annotate</a>
479 <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>
481 </div>
482
483 <h2>c revision history</h2>
484
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>
486
487 <table class="logEntry parity0">
488 <tr>
489 <th class="age">many years ago:</th>
490 <th class="firstline"><a href="/rev/a3b6a9e4507e?style=spartan">mv b</a></th>
491 </tr>
492 <tr>
493 <th class="revision">revision 0:</td>
494 <td class="node">
495 <a href="/file/a3b6a9e4507e/c?style=spartan">a3b6a9e4507e</a>
496 <a href="/diff/a3b6a9e4507e/c?style=spartan">(diff)</a>
497 <a href="/annotate/a3b6a9e4507e/c?style=spartan">(annotate)</a>
498 </td>
499 </tr>
500 <tr><th>base:</th><td><a href="/file/1e88685f5dde/b?style=spartan">b@1e88685f5dde</a></td></tr>
501 <tr>
502 <th class="author">author:</th>
503 <td class="author">&#116;&#101;&#115;&#116;</td>
504 </tr>
505 <tr>
506 <th class="date">date:</th>
507 <td class="date">Thu Jan 01 00:00:00 1970 +0000</td>
508 </tr>
509 </table>
510
511
512
513
514
515 <div class="logo">
516 <a href="http://www.selenic.com/mercurial/">
517 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
518 </div>
519
520 </body>
521 </html>
522
438 % errors 523 % errors