##// END OF EJS Templates
coal/paper: switch to XHTML 1.1
Benoit Allard -
r7725:6a888d49 default
parent child Browse files
Show More
@@ -1,7 +1,6 b''
1 <!-- quirksmode -->
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
3 <html>
4 <head>
3 <head>
5 <link rel="icon" href="{staticurl}hgicon.png" type="image/png">
4 <link rel="icon" href="{staticurl}hgicon.png" type="image/png" />
6 <meta name="robots" content="index, nofollow" />
5 <meta name="robots" content="index, nofollow" />
7 <link rel="stylesheet" href="{staticurl}style-coal.css" type="text/css" />
6 <link rel="stylesheet" href="{staticurl}style-coal.css" type="text/css" />
@@ -6,7 +6,7 b''
6 <div class="menu">
6 <div class="menu">
7 <div class="logo">
7 <div class="logo">
8 <a href="http://www.selenic.com/mercurial/">
8 <a href="http://www.selenic.com/mercurial/">
9 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
9 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
10 </div>
10 </div>
11 <ul>
11 <ul>
12 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
12 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
@@ -30,9 +30,9 b''
30
30
31 <form class="search" action="{url}log">
31 <form class="search" action="{url}log">
32 {sessionvars%hiddenformentry}
32 {sessionvars%hiddenformentry}
33 <p><input name="rev" id="search1" type="text" size="30"></p>
33 <p><input name="rev" id="search1" type="text" size="30" /></p>
34 <span>find changesets by author, revision,
34 <div id="hint">find changesets by author, revision,
35 files, or words in the commit message</span>
35 files, or words in the commit message</div>
36 </form>
36 </form>
37
37
38 <div class="description">{desc|strip|escape|addbreaks}</div>
38 <div class="description">{desc|strip|escape|addbreaks}</div>
@@ -24,8 +24,8 b''
24 <form class="search" action="{url}log">
24 <form class="search" action="{url}log">
25 {sessionvars%hiddenformentry}
25 {sessionvars%hiddenformentry}
26 <p><input name="rev" id="search1" type="text" size="30"></p>
26 <p><input name="rev" id="search1" type="text" size="30"></p>
27 <span>find changesets by author, revision,
27 <div id="hint">find changesets by author, revision,
28 files, or words in the commit message</span>
28 files, or words in the commit message</div>
29 </form>
29 </form>
30
30
31 <div class="description">
31 <div class="description">
@@ -7,7 +7,7 b''
7 <div class="menu">
7 <div class="menu">
8 <div class="logo">
8 <div class="logo">
9 <a href="http://www.selenic.com/mercurial/">
9 <a href="http://www.selenic.com/mercurial/">
10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
10 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
11 </div>
11 </div>
12 <ul>
12 <ul>
13 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
13 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
@@ -34,9 +34,9 b''
34
34
35 <form class="search" action="{url}log">
35 <form class="search" action="{url}log">
36 {sessionvars%hiddenformentry}
36 {sessionvars%hiddenformentry}
37 <p><input name="rev" id="search1" type="text" size="30"></p>
37 <p><input name="rev" id="search1" type="text" size="30" /></p>
38 <span>find changesets by author, revision,
38 <div id="hint">find changesets by author, revision,
39 files, or words in the commit message</span>
39 files, or words in the commit message</div>
40 </form>
40 </form>
41
41
42 <div class="description">{desc|strip|escape|addbreaks}</div>
42 <div class="description">{desc|strip|escape|addbreaks}</div>
@@ -7,7 +7,7 b''
7 <div class="menu">
7 <div class="menu">
8 <div class="logo">
8 <div class="logo">
9 <a href="http://www.selenic.com/mercurial/">
9 <a href="http://www.selenic.com/mercurial/">
10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
10 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
11 </div>
11 </div>
12 <ul>
12 <ul>
13 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
13 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
@@ -32,10 +32,10 b''
32 <h3>diff {file|escape} @ {rev}:{node|short}</h3>
32 <h3>diff {file|escape} @ {rev}:{node|short}</h3>
33
33
34 <form class="search" action="{url}log">
34 <form class="search" action="{url}log">
35 {sessionvars%hiddenformentry}
35 <p>{sessionvars%hiddenformentry}</p>
36 <p><input name="rev" id="search1" type="text" size="30"></p>
36 <p><input name="rev" id="search1" type="text" size="30" /></p>
37 <span>find changesets by author, revision,
37 <div id="hint">find changesets by author, revision,
38 files, or words in the commit message</span>
38 files, or words in the commit message</div>
39 </form>
39 </form>
40
40
41 <div class="description">{desc|strip|escape|addbreaks}</div>
41 <div class="description">{desc|strip|escape|addbreaks}</div>
@@ -1,9 +1,9 b''
1 {header}
1 {header}
2 <title>{repo|escape}: {file|escape} history</title>
2 <title>{repo|escape}: {file|escape} history</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log/tip/{file|urlescape}" title="Atom feed for {repo|escape}:{file}">
4 href="{url}atom-log/tip/{file|urlescape}" title="Atom feed for {repo|escape}:{file}" />
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log/tip/{file|urlescape}" title="RSS feed for {repo|escape}:{file}">
6 href="{url}rss-log/tip/{file|urlescape}" title="RSS feed for {repo|escape}:{file}" />
7 </head>
7 </head>
8 <body>
8 <body>
9
9
@@ -11,7 +11,7 b''
11 <div class="menu">
11 <div class="menu">
12 <div class="logo">
12 <div class="logo">
13 <a href="http://www.selenic.com/mercurial/">
13 <a href="http://www.selenic.com/mercurial/">
14 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
14 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
15 </div>
15 </div>
16 <ul>
16 <ul>
17 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
17 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
@@ -37,9 +37,9 b''
37
37
38 <form class="search" action="{url}log">
38 <form class="search" action="{url}log">
39 {sessionvars%hiddenformentry}
39 {sessionvars%hiddenformentry}
40 <p><input name="rev" id="search1" type="text" size="30"></p>
40 <p><input name="rev" id="search1" type="text" size="30" /></p>
41 <span>find changesets by author, revision,
41 <div id="hint">find changesets by author, revision,
42 files, or words in the commit message</span>
42 files, or words in the commit message</div>
43 </form>
43 </form>
44
44
45 <div class="navigate">{nav%filenaventry}</div>
45 <div class="navigate">{nav%filenaventry}</div>
@@ -7,7 +7,7 b''
7 <div class="menu">
7 <div class="menu">
8 <div class="logo">
8 <div class="logo">
9 <a href="http://www.selenic.com/mercurial/">
9 <a href="http://www.selenic.com/mercurial/">
10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
10 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
11 </div>
11 </div>
12 <ul>
12 <ul>
13 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
13 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
@@ -33,9 +33,9 b''
33
33
34 <form class="search" action="{url}log">
34 <form class="search" action="{url}log">
35 {sessionvars%hiddenformentry}
35 {sessionvars%hiddenformentry}
36 <p><input name="rev" id="search1" type="text" size="30"></p>
36 <p><input name="rev" id="search1" type="text" size="30" /></p>
37 <span>find changesets by author, revision,
37 <div id="hint">find changesets by author, revision,
38 files, or words in the commit message</span>
38 files, or words in the commit message</div>
39 </form>
39 </form>
40
40
41 <div class="description">{desc|strip|escape|addbreaks}</div>
41 <div class="description">{desc|strip|escape|addbreaks}</div>
@@ -1,9 +1,9 b''
1 {header}
1 {header}
2 <title>{repo|escape}: revision graph</title>
2 <title>{repo|escape}: revision graph</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log" title="Atom feed for {repo|escape}: log">
4 href="{url}atom-log" title="Atom feed for {repo|escape}: log" />
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log" title="RSS feed for {repo|escape}: log">
6 href="{url}rss-log" title="RSS feed for {repo|escape}: log" />
7 <!--[if IE]><script type="text/javascript" src="{staticurl}excanvas.js"></script><![endif]-->
7 <!--[if IE]><script type="text/javascript" src="{staticurl}excanvas.js"></script><![endif]-->
8 </head>
8 </head>
9 <body>
9 <body>
@@ -12,7 +12,7 b''
12 <div class="menu">
12 <div class="menu">
13 <div class="logo">
13 <div class="logo">
14 <a href="http://www.selenic.com/mercurial/">
14 <a href="http://www.selenic.com/mercurial/">
15 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
15 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
16 </div>
16 </div>
17 <ul>
17 <ul>
18 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
18 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
@@ -31,9 +31,9 b''
31
31
32 <form class="search" action="{url}log">
32 <form class="search" action="{url}log">
33 {sessionvars%hiddenformentry}
33 {sessionvars%hiddenformentry}
34 <p><input name="rev" id="search1" type="text" size="30"></p>
34 <p><input name="rev" id="search1" type="text" size="30" /></p>
35 <span>find changesets by author, revision,
35 <div id="hint">find changesets by author, revision,
36 files, or words in the commit message</span>
36 files, or words in the commit message</div>
37 </form>
37 </form>
38
38
39 <div class="navigate">
39 <div class="navigate">
@@ -42,7 +42,7 b' files, or words in the commit message</s'
42 | rev {rev}: {changenav%navgraphentry}
42 | rev {rev}: {changenav%navgraphentry}
43 </div>
43 </div>
44
44
45 <noscript>The revision graph only works with JavaScript-enabled browsers.</noscript>
45 <noscript><p>The revision graph only works with JavaScript-enabled browsers.</p></noscript>
46
46
47 <div id="wrapper">
47 <div id="wrapper">
48 <ul id="nodebgs"></ul>
48 <ul id="nodebgs"></ul>
@@ -1,7 +1,6 b''
1 <!-- quirksmode -->
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
2 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
3 <html>
4 <head>
3 <head>
5 <link rel="icon" href="{staticurl}hgicon.png" type="image/png">
4 <link rel="icon" href="{staticurl}hgicon.png" type="image/png" />
6 <meta name="robots" content="index, nofollow" />
5 <meta name="robots" content="index, nofollow" />
7 <link rel="stylesheet" href="{staticurl}style-paper.css" type="text/css" />
6 <link rel="stylesheet" href="{staticurl}style-paper.css" type="text/css" />
@@ -7,7 +7,7 b''
7 <div class="menu">
7 <div class="menu">
8 <div class="logo">
8 <div class="logo">
9 <a href="http://www.selenic.com/mercurial/">
9 <a href="http://www.selenic.com/mercurial/">
10 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
10 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
11 </div>
11 </div>
12 <ul>
12 <ul>
13 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
13 <li><a href="{url}shortlog/{node|short}{sessionvars%urlparameter}">log</a></li>
@@ -29,9 +29,9 b''
29
29
30 <form class="search" action="{url}log">
30 <form class="search" action="{url}log">
31 {sessionvars%hiddenformentry}
31 {sessionvars%hiddenformentry}
32 <p><input name="rev" id="search1" type="text" size="30"></p>
32 <p><input name="rev" id="search1" type="text" size="30" /></p>
33 <span>find changesets by author, revision,
33 <div id="hint">find changesets by author, revision,
34 files, or words in the commit message</span>
34 files, or words in the commit message</div>
35 </form>
35 </form>
36
36
37 <table class="bigtable">
37 <table class="bigtable">
@@ -23,8 +23,8 b' searchentry = shortlogentry.tmpl'
23 changeset = changeset.tmpl
23 changeset = changeset.tmpl
24 manifest = manifest.tmpl
24 manifest = manifest.tmpl
25
25
26 direntry = '<tr class="fileline parity{parity}"><td class="name"><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}"><img src="{staticurl}coal-folder.png"> {basename|escape}/</a> <a href="{url}file/{node|short}{path|urlescape}/{emptydirs|urlescape}{sessionvars%urlparameter}">{emptydirs|escape}</a><td class="size"></td><td class="permissions">drwxr-xr-x</td></tr>'
26 direntry = '<tr class="fileline parity{parity}"><td class="name"><a href="{url}file/{node|short}{path|urlescape}{sessionvars%urlparameter}"><img src="{staticurl}coal-folder.png" alt="dir."/> {basename|escape}/</a> <a href="{url}file/{node|short}{path|urlescape}/{emptydirs|urlescape}{sessionvars%urlparameter}">{emptydirs|escape}</a></td><td class="size"></td><td class="permissions">drwxr-xr-x</td></tr>'
27 fileentry = '<tr class="fileline parity{parity}"><td class="filename"><a href="{url}file/{node|short}/{file|urlescape}#l1{sessionvars%urlparameter}"><img src="{staticurl}coal-file.png"> {basename|escape}</a></td><td class="size">{size}</td><td class="permissions">{permissions|permissions}</td></tr>'
27 fileentry = '<tr class="fileline parity{parity}"><td class="filename"><a href="{url}file/{node|short}/{file|urlescape}#l1{sessionvars%urlparameter}"><img src="{staticurl}coal-file.png" alt="file"/> {basename|escape}</a></td><td class="size">{size}</td><td class="permissions">{permissions|permissions}</td></tr>'
28
28
29 filerevision = filerevision.tmpl
29 filerevision = filerevision.tmpl
30 fileannotate = fileannotate.tmpl
30 fileannotate = fileannotate.tmpl
@@ -23,8 +23,8 b''
23 <form class="search" action="{url}log">
23 <form class="search" action="{url}log">
24 {sessionvars%hiddenformentry}
24 {sessionvars%hiddenformentry}
25 <p><input name="rev" id="search1" type="text" size="30"></p>
25 <p><input name="rev" id="search1" type="text" size="30"></p>
26 <span>find changesets by author, revision,
26 <div id="hint">find changesets by author, revision,
27 files, or words in the commit message</span>
27 files, or words in the commit message</div>
28 </form>
28 </form>
29
29
30 <table class="bigtable">
30 <table class="bigtable">
@@ -1,9 +1,9 b''
1 {header}
1 {header}
2 <title>{repo|escape}: log</title>
2 <title>{repo|escape}: log</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-log" title="Atom feed for {repo|escape}">
4 href="{url}atom-log" title="Atom feed for {repo|escape}" />
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-log" title="RSS feed for {repo|escape}">
6 href="{url}rss-log" title="RSS feed for {repo|escape}" />
7 </head>
7 </head>
8 <body>
8 <body>
9
9
@@ -11,7 +11,7 b''
11 <div class="menu">
11 <div class="menu">
12 <div class="logo">
12 <div class="logo">
13 <a href="http://www.selenic.com/mercurial/">
13 <a href="http://www.selenic.com/mercurial/">
14 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
14 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
15 </div>
15 </div>
16 <ul>
16 <ul>
17 <li class="active">log</li>
17 <li class="active">log</li>
@@ -33,9 +33,9 b''
33
33
34 <form class="search" action="{url}log">
34 <form class="search" action="{url}log">
35 {sessionvars%hiddenformentry}
35 {sessionvars%hiddenformentry}
36 <p><input name="rev" id="search1" type="text" size="30"></p>
36 <p><input name="rev" id="search1" type="text" size="30" /></p>
37 <span>find changesets by author, revision,
37 <div id="hint">find changesets by author, revision,
38 files, or words in the commit message</span>
38 files, or words in the commit message</div>
39 </form>
39 </form>
40
40
41 <div class="navigate">rev {rev}: {changenav%navshortentry}</div>
41 <div class="navigate">rev {rev}: {changenav%navshortentry}</div>
@@ -1,9 +1,9 b''
1 {header}
1 {header}
2 <title>{repo|escape}: tags</title>
2 <title>{repo|escape}: tags</title>
3 <link rel="alternate" type="application/atom+xml"
3 <link rel="alternate" type="application/atom+xml"
4 href="{url}atom-tags" title="Atom feed for {repo|escape}: tags">
4 href="{url}atom-tags" title="Atom feed for {repo|escape}: tags" />
5 <link rel="alternate" type="application/rss+xml"
5 <link rel="alternate" type="application/rss+xml"
6 href="{url}rss-tags" title="RSS feed for {repo|escape}: tags">
6 href="{url}rss-tags" title="RSS feed for {repo|escape}: tags" />
7 </head>
7 </head>
8 <body>
8 <body>
9
9
@@ -11,7 +11,7 b''
11 <div class="menu">
11 <div class="menu">
12 <div class="logo">
12 <div class="logo">
13 <a href="http://www.selenic.com/mercurial/">
13 <a href="http://www.selenic.com/mercurial/">
14 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
14 <img src="{staticurl}hglogo.png" alt="mercurial" /></a>
15 </div>
15 </div>
16 <ul>
16 <ul>
17 <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
17 <li><a href="{url}shortlog{sessionvars%urlparameter}">log</a></li>
@@ -26,9 +26,9 b''
26
26
27 <form class="search" action="{url}log">
27 <form class="search" action="{url}log">
28 {sessionvars%hiddenformentry}
28 {sessionvars%hiddenformentry}
29 <p><input name="rev" id="search1" type="text" size="30"></p>
29 <p><input name="rev" id="search1" type="text" size="30" /></p>
30 <span>find changesets by author, revision,
30 <div id="hint">find changesets by author, revision,
31 files, or words in the commit message</span>
31 files, or words in the commit message</div>
32 </form>
32 </form>
33
33
34 <table class="bigtable">
34 <table class="bigtable">
@@ -63,6 +63,12 b' body {'
63 color: white;
63 color: white;
64 }
64 }
65
65
66 .menu img {
67 width: 75px;
68 height: 90px;
69 border: 0;
70 }
71
66 .menu a { color: black; display: block; }
72 .menu a { color: black; display: block; }
67
73
68 .search {
74 .search {
@@ -71,7 +77,7 b' body {'
71 right: 2em;
77 right: 2em;
72 }
78 }
73
79
74 form.search span {
80 form.search div#hint {
75 display: none;
81 display: none;
76 position: absolute;
82 position: absolute;
77 top: 40px;
83 top: 40px;
@@ -85,7 +91,7 b' form.search span {'
85 -webkit-border-radius: 5px; /* this is just for Safari */
91 -webkit-border-radius: 5px; /* this is just for Safari */
86 }
92 }
87
93
88 form.search:hover span { display: block; }
94 form.search:hover div#hint { display: block; }
89
95
90 a { text-decoration:none; }
96 a { text-decoration:none; }
91 .age { white-space:nowrap; }
97 .age { white-space:nowrap; }
@@ -54,6 +54,12 b' body {'
54 font-weight: bold;
54 font-weight: bold;
55 }
55 }
56
56
57 .menu img {
58 width: 75px;
59 height: 90px;
60 border: 0;
61 }
62
57 .menu a { color: black; display: block; }
63 .menu a { color: black; display: block; }
58
64
59 .search {
65 .search {
@@ -62,7 +68,7 b' body {'
62 right: 2em;
68 right: 2em;
63 }
69 }
64
70
65 form.search span {
71 form.search div#hint {
66 display: none;
72 display: none;
67 position: absolute;
73 position: absolute;
68 top: 40px;
74 top: 40px;
@@ -76,7 +82,7 b' form.search span {'
76 -webkit-border-radius: 5px; /* this is just for Safari */
82 -webkit-border-radius: 5px; /* this is just for Safari */
77 }
83 }
78
84
79 form.search:hover span { display: block; }
85 form.search:hover div#hint { display: block; }
80
86
81 a { text-decoration:none; }
87 a { text-decoration:none; }
82 .age { white-space:nowrap; }
88 .age { white-space:nowrap; }
1 NO CONTENT: modified file, binary diff hidden
NO CONTENT: modified file, binary diff hidden
@@ -7,11 +7,10 b' adding d1/d2/foo'
7 % manifest with descending
7 % manifest with descending
8 200 Script output follows
8 200 Script output follows
9
9
10 <!-- quirksmode -->
10 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
11 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
11 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
12 <html>
13 <head>
12 <head>
14 <link rel="icon" href="/static/hgicon.png" type="image/png">
13 <link rel="icon" href="/static/hgicon.png" type="image/png" />
15 <meta name="robots" content="index, nofollow" />
14 <meta name="robots" content="index, nofollow" />
16 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
15 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
17
16
@@ -23,7 +22,7 b' 200 Script output follows'
23 <div class="menu">
22 <div class="menu">
24 <div class="logo">
23 <div class="logo">
25 <a href="http://www.selenic.com/mercurial/">
24 <a href="http://www.selenic.com/mercurial/">
26 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
25 <img src="/static/hglogo.png" alt="mercurial" /></a>
27 </div>
26 </div>
28 <ul>
27 <ul>
29 <li><a href="/shortlog/9087c84a0f5d">log</a></li>
28 <li><a href="/shortlog/9087c84a0f5d">log</a></li>
@@ -45,9 +44,9 b' 200 Script output follows'
45
44
46 <form class="search" action="/log">
45 <form class="search" action="/log">
47
46
48 <p><input name="rev" id="search1" type="text" size="30"></p>
47 <p><input name="rev" id="search1" type="text" size="30" /></p>
49 <span>find changesets by author, revision,
48 <div id="hint">find changesets by author, revision,
50 files, or words in the commit message</span>
49 files, or words in the commit message</div>
51 </form>
50 </form>
52
51
53 <table class="bigtable">
52 <table class="bigtable">
@@ -61,7 +60,7 b' files, or words in the commit message</s'
61 <td class="size"></td>
60 <td class="size"></td>
62 <td class="permissions">drwxr-xr-x</td>
61 <td class="permissions">drwxr-xr-x</td>
63 </tr>
62 </tr>
64 <tr class="fileline parity1"><td class="name"><a href="/file/9087c84a0f5d/a1"><img src="/static/coal-folder.png"> a1/</a> <a href="/file/9087c84a0f5d/a1/a2/a3/a4">a2/a3/a4</a><td class="size"></td><td class="permissions">drwxr-xr-x</td></tr><tr class="fileline parity0"><td class="name"><a href="/file/9087c84a0f5d/b1"><img src="/static/coal-folder.png"> b1/</a> <a href="/file/9087c84a0f5d/b1/b2">b2</a><td class="size"></td><td class="permissions">drwxr-xr-x</td></tr><tr class="fileline parity1"><td class="name"><a href="/file/9087c84a0f5d/d1"><img src="/static/coal-folder.png"> d1/</a> <a href="/file/9087c84a0f5d/d1/d2">d2</a><td class="size"></td><td class="permissions">drwxr-xr-x</td></tr>
63 <tr class="fileline parity1"><td class="name"><a href="/file/9087c84a0f5d/a1"><img src="/static/coal-folder.png" alt="dir."/> a1/</a> <a href="/file/9087c84a0f5d/a1/a2/a3/a4">a2/a3/a4</a></td><td class="size"></td><td class="permissions">drwxr-xr-x</td></tr><tr class="fileline parity0"><td class="name"><a href="/file/9087c84a0f5d/b1"><img src="/static/coal-folder.png" alt="dir."/> b1/</a> <a href="/file/9087c84a0f5d/b1/b2">b2</a></td><td class="size"></td><td class="permissions">drwxr-xr-x</td></tr><tr class="fileline parity1"><td class="name"><a href="/file/9087c84a0f5d/d1"><img src="/static/coal-folder.png" alt="dir."/> d1/</a> <a href="/file/9087c84a0f5d/d1/d2">d2</a></td><td class="size"></td><td class="permissions">drwxr-xr-x</td></tr>
65
64
66 </table>
65 </table>
67 </div>
66 </div>
@@ -6,11 +6,10 b' adding b'
6 % revision
6 % revision
7 200 Script output follows
7 200 Script output follows
8
8
9 <!-- quirksmode -->
9 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
10 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
10 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
11 <html>
12 <head>
11 <head>
13 <link rel="icon" href="/static/hgicon.png" type="image/png">
12 <link rel="icon" href="/static/hgicon.png" type="image/png" />
14 <meta name="robots" content="index, nofollow" />
13 <meta name="robots" content="index, nofollow" />
15 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
14 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
16
15
@@ -21,7 +20,7 b' 200 Script output follows'
21 <div class="menu">
20 <div class="menu">
22 <div class="logo">
21 <div class="logo">
23 <a href="http://www.selenic.com/mercurial/">
22 <a href="http://www.selenic.com/mercurial/">
24 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
23 <img src="/static/hglogo.png" alt="mercurial" /></a>
25 </div>
24 </div>
26 <ul>
25 <ul>
27 <li><a href="/shortlog/0cd96de13884">log</a></li>
26 <li><a href="/shortlog/0cd96de13884">log</a></li>
@@ -45,9 +44,9 b' 200 Script output follows'
45
44
46 <form class="search" action="/log">
45 <form class="search" action="/log">
47
46
48 <p><input name="rev" id="search1" type="text" size="30"></p>
47 <p><input name="rev" id="search1" type="text" size="30" /></p>
49 <span>find changesets by author, revision,
48 <div id="hint">find changesets by author, revision,
50 files, or words in the commit message</span>
49 files, or words in the commit message</div>
51 </form>
50 </form>
52
51
53 <div class="description">a</div>
52 <div class="description">a</div>
@@ -98,11 +97,10 b' files, or words in the commit message</s'
98 % diff removed file
97 % diff removed file
99 200 Script output follows
98 200 Script output follows
100
99
101 <!-- quirksmode -->
100 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
102 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
101 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
103 <html>
104 <head>
102 <head>
105 <link rel="icon" href="/static/hgicon.png" type="image/png">
103 <link rel="icon" href="/static/hgicon.png" type="image/png" />
106 <meta name="robots" content="index, nofollow" />
104 <meta name="robots" content="index, nofollow" />
107 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
105 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
108
106
@@ -114,7 +112,7 b' 200 Script output follows'
114 <div class="menu">
112 <div class="menu">
115 <div class="logo">
113 <div class="logo">
116 <a href="http://www.selenic.com/mercurial/">
114 <a href="http://www.selenic.com/mercurial/">
117 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
115 <img src="/static/hglogo.png" alt="mercurial" /></a>
118 </div>
116 </div>
119 <ul>
117 <ul>
120 <li><a href="/shortlog/78e4ebad7cdf">log</a></li>
118 <li><a href="/shortlog/78e4ebad7cdf">log</a></li>
@@ -139,10 +137,10 b' 200 Script output follows'
139 <h3>diff a @ 1:78e4ebad7cdf</h3>
137 <h3>diff a @ 1:78e4ebad7cdf</h3>
140
138
141 <form class="search" action="/log">
139 <form class="search" action="/log">
142
140 <p></p>
143 <p><input name="rev" id="search1" type="text" size="30"></p>
141 <p><input name="rev" id="search1" type="text" size="30" /></p>
144 <span>find changesets by author, revision,
142 <div id="hint">find changesets by author, revision,
145 files, or words in the commit message</span>
143 files, or words in the commit message</div>
146 </form>
144 </form>
147
145
148 <div class="description">b</div>
146 <div class="description">b</div>
@@ -188,11 +186,10 b' files, or words in the commit message</s'
188 % revision
186 % revision
189 200 Script output follows
187 200 Script output follows
190
188
191 <!-- quirksmode -->
189 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
192 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
190 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
193 <html>
194 <head>
191 <head>
195 <link rel="icon" href="/static/hgicon.png" type="image/png">
192 <link rel="icon" href="/static/hgicon.png" type="image/png" />
196 <meta name="robots" content="index, nofollow" />
193 <meta name="robots" content="index, nofollow" />
197 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
194 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
198
195
@@ -203,7 +200,7 b' 200 Script output follows'
203 <div class="menu">
200 <div class="menu">
204 <div class="logo">
201 <div class="logo">
205 <a href="http://www.selenic.com/mercurial/">
202 <a href="http://www.selenic.com/mercurial/">
206 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
203 <img src="/static/hglogo.png" alt="mercurial" /></a>
207 </div>
204 </div>
208 <ul>
205 <ul>
209 <li><a href="/shortlog/0cd96de13884">log</a></li>
206 <li><a href="/shortlog/0cd96de13884">log</a></li>
@@ -227,9 +224,9 b' 200 Script output follows'
227
224
228 <form class="search" action="/log">
225 <form class="search" action="/log">
229
226
230 <p><input name="rev" id="search1" type="text" size="30"></p>
227 <p><input name="rev" id="search1" type="text" size="30" /></p>
231 <span>find changesets by author, revision,
228 <div id="hint">find changesets by author, revision,
232 files, or words in the commit message</span>
229 files, or words in the commit message</div>
233 </form>
230 </form>
234
231
235 <div class="description">a</div>
232 <div class="description">a</div>
@@ -282,11 +279,10 b' files, or words in the commit message</s'
282 % diff removed file
279 % diff removed file
283 200 Script output follows
280 200 Script output follows
284
281
285 <!-- quirksmode -->
282 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
286 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
283 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
287 <html>
288 <head>
284 <head>
289 <link rel="icon" href="/static/hgicon.png" type="image/png">
285 <link rel="icon" href="/static/hgicon.png" type="image/png" />
290 <meta name="robots" content="index, nofollow" />
286 <meta name="robots" content="index, nofollow" />
291 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
287 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
292
288
@@ -298,7 +294,7 b' 200 Script output follows'
298 <div class="menu">
294 <div class="menu">
299 <div class="logo">
295 <div class="logo">
300 <a href="http://www.selenic.com/mercurial/">
296 <a href="http://www.selenic.com/mercurial/">
301 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
297 <img src="/static/hglogo.png" alt="mercurial" /></a>
302 </div>
298 </div>
303 <ul>
299 <ul>
304 <li><a href="/shortlog/78e4ebad7cdf">log</a></li>
300 <li><a href="/shortlog/78e4ebad7cdf">log</a></li>
@@ -323,10 +319,10 b' 200 Script output follows'
323 <h3>diff a @ 1:78e4ebad7cdf</h3>
319 <h3>diff a @ 1:78e4ebad7cdf</h3>
324
320
325 <form class="search" action="/log">
321 <form class="search" action="/log">
326
322 <p></p>
327 <p><input name="rev" id="search1" type="text" size="30"></p>
323 <p><input name="rev" id="search1" type="text" size="30" /></p>
328 <span>find changesets by author, revision,
324 <div id="hint">find changesets by author, revision,
329 files, or words in the commit message</span>
325 files, or words in the commit message</div>
330 </form>
326 </form>
331
327
332 <div class="description">b</div>
328 <div class="description">b</div>
@@ -1,18 +1,17 b''
1 200 Script output follows
1 200 Script output follows
2
2
3 <!-- quirksmode -->
3 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
4 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
5 <html>
6 <head>
5 <head>
7 <link rel="icon" href="/static/hgicon.png" type="image/png">
6 <link rel="icon" href="/static/hgicon.png" type="image/png" />
8 <meta name="robots" content="index, nofollow" />
7 <meta name="robots" content="index, nofollow" />
9 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
8 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
10
9
11 <title>test: log</title>
10 <title>test: log</title>
12 <link rel="alternate" type="application/atom+xml"
11 <link rel="alternate" type="application/atom+xml"
13 href="/atom-log" title="Atom feed for test">
12 href="/atom-log" title="Atom feed for test" />
14 <link rel="alternate" type="application/rss+xml"
13 <link rel="alternate" type="application/rss+xml"
15 href="/rss-log" title="RSS feed for test">
14 href="/rss-log" title="RSS feed for test" />
16 </head>
15 </head>
17 <body>
16 <body>
18
17
@@ -20,7 +19,7 b' 200 Script output follows'
20 <div class="menu">
19 <div class="menu">
21 <div class="logo">
20 <div class="logo">
22 <a href="http://www.selenic.com/mercurial/">
21 <a href="http://www.selenic.com/mercurial/">
23 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
22 <img src="/static/hglogo.png" alt="mercurial" /></a>
24 </div>
23 </div>
25 <ul>
24 <ul>
26 <li class="active">log</li>
25 <li class="active">log</li>
@@ -42,9 +41,9 b' 200 Script output follows'
42
41
43 <form class="search" action="/log">
42 <form class="search" action="/log">
44
43
45 <p><input name="rev" id="search1" type="text" size="30"></p>
44 <p><input name="rev" id="search1" type="text" size="30" /></p>
46 <span>find changesets by author, revision,
45 <div id="hint">find changesets by author, revision,
47 files, or words in the commit message</span>
46 files, or words in the commit message</div>
48 </form>
47 </form>
49
48
50 <div class="navigate">rev -1: <a href="/shortlog/000000000000">(0)</a> <a href="/shortlog/tip">tip</a> </div>
49 <div class="navigate">rev -1: <a href="/shortlog/000000000000">(0)</a> <a href="/shortlog/tip">tip</a> </div>
@@ -69,19 +68,18 b' files, or words in the commit message</s'
69
68
70 200 Script output follows
69 200 Script output follows
71
70
72 <!-- quirksmode -->
71 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
73 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
72 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
74 <html>
75 <head>
73 <head>
76 <link rel="icon" href="/static/hgicon.png" type="image/png">
74 <link rel="icon" href="/static/hgicon.png" type="image/png" />
77 <meta name="robots" content="index, nofollow" />
75 <meta name="robots" content="index, nofollow" />
78 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
76 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
79
77
80 <title>test: log</title>
78 <title>test: log</title>
81 <link rel="alternate" type="application/atom+xml"
79 <link rel="alternate" type="application/atom+xml"
82 href="/atom-log" title="Atom feed for test">
80 href="/atom-log" title="Atom feed for test" />
83 <link rel="alternate" type="application/rss+xml"
81 <link rel="alternate" type="application/rss+xml"
84 href="/rss-log" title="RSS feed for test">
82 href="/rss-log" title="RSS feed for test" />
85 </head>
83 </head>
86 <body>
84 <body>
87
85
@@ -89,7 +87,7 b' 200 Script output follows'
89 <div class="menu">
87 <div class="menu">
90 <div class="logo">
88 <div class="logo">
91 <a href="http://www.selenic.com/mercurial/">
89 <a href="http://www.selenic.com/mercurial/">
92 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
90 <img src="/static/hglogo.png" alt="mercurial" /></a>
93 </div>
91 </div>
94 <ul>
92 <ul>
95 <li class="active">log</li>
93 <li class="active">log</li>
@@ -111,9 +109,9 b' 200 Script output follows'
111
109
112 <form class="search" action="/log">
110 <form class="search" action="/log">
113
111
114 <p><input name="rev" id="search1" type="text" size="30"></p>
112 <p><input name="rev" id="search1" type="text" size="30" /></p>
115 <span>find changesets by author, revision,
113 <div id="hint">find changesets by author, revision,
116 files, or words in the commit message</span>
114 files, or words in the commit message</div>
117 </form>
115 </form>
118
116
119 <div class="navigate">rev -1: <a href="/shortlog/000000000000">(0)</a> <a href="/shortlog/tip">tip</a> </div>
117 <div class="navigate">rev -1: <a href="/shortlog/000000000000">(0)</a> <a href="/shortlog/tip">tip</a> </div>
@@ -138,19 +136,18 b' files, or words in the commit message</s'
138
136
139 200 Script output follows
137 200 Script output follows
140
138
141 <!-- quirksmode -->
139 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
142 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
140 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
143 <html>
144 <head>
141 <head>
145 <link rel="icon" href="/static/hgicon.png" type="image/png">
142 <link rel="icon" href="/static/hgicon.png" type="image/png" />
146 <meta name="robots" content="index, nofollow" />
143 <meta name="robots" content="index, nofollow" />
147 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
144 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
148
145
149 <title>test: revision graph</title>
146 <title>test: revision graph</title>
150 <link rel="alternate" type="application/atom+xml"
147 <link rel="alternate" type="application/atom+xml"
151 href="/atom-log" title="Atom feed for test: log">
148 href="/atom-log" title="Atom feed for test: log" />
152 <link rel="alternate" type="application/rss+xml"
149 <link rel="alternate" type="application/rss+xml"
153 href="/rss-log" title="RSS feed for test: log">
150 href="/rss-log" title="RSS feed for test: log" />
154 <!--[if IE]><script type="text/javascript" src="/static/excanvas.js"></script><![endif]-->
151 <!--[if IE]><script type="text/javascript" src="/static/excanvas.js"></script><![endif]-->
155 </head>
152 </head>
156 <body>
153 <body>
@@ -159,7 +156,7 b' 200 Script output follows'
159 <div class="menu">
156 <div class="menu">
160 <div class="logo">
157 <div class="logo">
161 <a href="http://www.selenic.com/mercurial/">
158 <a href="http://www.selenic.com/mercurial/">
162 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
159 <img src="/static/hglogo.png" alt="mercurial" /></a>
163 </div>
160 </div>
164 <ul>
161 <ul>
165 <li><a href="/shortlog/000000000000">log</a></li>
162 <li><a href="/shortlog/000000000000">log</a></li>
@@ -178,9 +175,9 b' 200 Script output follows'
178
175
179 <form class="search" action="/log">
176 <form class="search" action="/log">
180
177
181 <p><input name="rev" id="search1" type="text" size="30"></p>
178 <p><input name="rev" id="search1" type="text" size="30" /></p>
182 <span>find changesets by author, revision,
179 <div id="hint">find changesets by author, revision,
183 files, or words in the commit message</span>
180 files, or words in the commit message</div>
184 </form>
181 </form>
185
182
186 <div class="navigate">
183 <div class="navigate">
@@ -189,7 +186,7 b' files, or words in the commit message</s'
189 | rev -1: <a href="/graph/000000000000">(0)</a> <a href="/graph/tip">tip</a>
186 | rev -1: <a href="/graph/000000000000">(0)</a> <a href="/graph/tip">tip</a>
190 </div>
187 </div>
191
188
192 <noscript>The revision graph only works with JavaScript-enabled browsers.</noscript>
189 <noscript><p>The revision graph only works with JavaScript-enabled browsers.</p></noscript>
193
190
194 <div id="wrapper">
191 <div id="wrapper">
195 <ul id="nodebgs"></ul>
192 <ul id="nodebgs"></ul>
@@ -282,11 +279,10 b' graph.render(data);'
282
279
283 200 Script output follows
280 200 Script output follows
284
281
285 <!-- quirksmode -->
282 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
286 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
283 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
287 <html>
288 <head>
284 <head>
289 <link rel="icon" href="/static/hgicon.png" type="image/png">
285 <link rel="icon" href="/static/hgicon.png" type="image/png" />
290 <meta name="robots" content="index, nofollow" />
286 <meta name="robots" content="index, nofollow" />
291 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
287 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
292
288
@@ -298,7 +294,7 b' 200 Script output follows'
298 <div class="menu">
294 <div class="menu">
299 <div class="logo">
295 <div class="logo">
300 <a href="http://www.selenic.com/mercurial/">
296 <a href="http://www.selenic.com/mercurial/">
301 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
297 <img src="/static/hglogo.png" alt="mercurial" /></a>
302 </div>
298 </div>
303 <ul>
299 <ul>
304 <li><a href="/shortlog/000000000000">log</a></li>
300 <li><a href="/shortlog/000000000000">log</a></li>
@@ -320,9 +316,9 b' 200 Script output follows'
320
316
321 <form class="search" action="/log">
317 <form class="search" action="/log">
322
318
323 <p><input name="rev" id="search1" type="text" size="30"></p>
319 <p><input name="rev" id="search1" type="text" size="30" /></p>
324 <span>find changesets by author, revision,
320 <div id="hint">find changesets by author, revision,
325 files, or words in the commit message</span>
321 files, or words in the commit message</div>
326 </form>
322 </form>
327
323
328 <table class="bigtable">
324 <table class="bigtable">
@@ -88,19 +88,18 b' diff -r 000000000000 -r 6563da9dcf87 b'
88 % tip - two revisions
88 % tip - two revisions
89 200 Script output follows
89 200 Script output follows
90
90
91 <!-- quirksmode -->
91 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
92 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
92 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
93 <html>
94 <head>
93 <head>
95 <link rel="icon" href="/static/hgicon.png" type="image/png">
94 <link rel="icon" href="/static/hgicon.png" type="image/png" />
96 <meta name="robots" content="index, nofollow" />
95 <meta name="robots" content="index, nofollow" />
97 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
96 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
98
97
99 <title>test: a history</title>
98 <title>test: a history</title>
100 <link rel="alternate" type="application/atom+xml"
99 <link rel="alternate" type="application/atom+xml"
101 href="/atom-log/tip/a" title="Atom feed for test:a">
100 href="/atom-log/tip/a" title="Atom feed for test:a" />
102 <link rel="alternate" type="application/rss+xml"
101 <link rel="alternate" type="application/rss+xml"
103 href="/rss-log/tip/a" title="RSS feed for test:a">
102 href="/rss-log/tip/a" title="RSS feed for test:a" />
104 </head>
103 </head>
105 <body>
104 <body>
106
105
@@ -108,7 +107,7 b' 200 Script output follows'
108 <div class="menu">
107 <div class="menu">
109 <div class="logo">
108 <div class="logo">
110 <a href="http://www.selenic.com/mercurial/">
109 <a href="http://www.selenic.com/mercurial/">
111 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
110 <img src="/static/hglogo.png" alt="mercurial" /></a>
112 </div>
111 </div>
113 <ul>
112 <ul>
114 <li><a href="/shortlog/01de2d66a28d">log</a></li>
113 <li><a href="/shortlog/01de2d66a28d">log</a></li>
@@ -134,9 +133,9 b' 200 Script output follows'
134
133
135 <form class="search" action="/log">
134 <form class="search" action="/log">
136
135
137 <p><input name="rev" id="search1" type="text" size="30"></p>
136 <p><input name="rev" id="search1" type="text" size="30" /></p>
138 <span>find changesets by author, revision,
137 <div id="hint">find changesets by author, revision,
139 files, or words in the commit message</span>
138 files, or words in the commit message</div>
140 </form>
139 </form>
141
140
142 <div class="navigate"><a href="/log/5ed941583260/a">(0)</a> <a href="/log/tip/a">tip</a> </div>
141 <div class="navigate"><a href="/log/5ed941583260/a">(0)</a> <a href="/log/tip/a">tip</a> </div>
@@ -171,19 +170,18 b' files, or words in the commit message</s'
171 % second version - two revisions
170 % second version - two revisions
172 200 Script output follows
171 200 Script output follows
173
172
174 <!-- quirksmode -->
173 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
175 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
174 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
176 <html>
177 <head>
175 <head>
178 <link rel="icon" href="/static/hgicon.png" type="image/png">
176 <link rel="icon" href="/static/hgicon.png" type="image/png" />
179 <meta name="robots" content="index, nofollow" />
177 <meta name="robots" content="index, nofollow" />
180 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
178 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
181
179
182 <title>test: a history</title>
180 <title>test: a history</title>
183 <link rel="alternate" type="application/atom+xml"
181 <link rel="alternate" type="application/atom+xml"
184 href="/atom-log/tip/a" title="Atom feed for test:a">
182 href="/atom-log/tip/a" title="Atom feed for test:a" />
185 <link rel="alternate" type="application/rss+xml"
183 <link rel="alternate" type="application/rss+xml"
186 href="/rss-log/tip/a" title="RSS feed for test:a">
184 href="/rss-log/tip/a" title="RSS feed for test:a" />
187 </head>
185 </head>
188 <body>
186 <body>
189
187
@@ -191,7 +189,7 b' 200 Script output follows'
191 <div class="menu">
189 <div class="menu">
192 <div class="logo">
190 <div class="logo">
193 <a href="http://www.selenic.com/mercurial/">
191 <a href="http://www.selenic.com/mercurial/">
194 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
192 <img src="/static/hglogo.png" alt="mercurial" /></a>
195 </div>
193 </div>
196 <ul>
194 <ul>
197 <li><a href="/shortlog/01de2d66a28d">log</a></li>
195 <li><a href="/shortlog/01de2d66a28d">log</a></li>
@@ -217,9 +215,9 b' 200 Script output follows'
217
215
218 <form class="search" action="/log">
216 <form class="search" action="/log">
219
217
220 <p><input name="rev" id="search1" type="text" size="30"></p>
218 <p><input name="rev" id="search1" type="text" size="30" /></p>
221 <span>find changesets by author, revision,
219 <div id="hint">find changesets by author, revision,
222 files, or words in the commit message</span>
220 files, or words in the commit message</div>
223 </form>
221 </form>
224
222
225 <div class="navigate"><a href="/log/5ed941583260/a">(0)</a> <a href="/log/tip/a">tip</a> </div>
223 <div class="navigate"><a href="/log/5ed941583260/a">(0)</a> <a href="/log/tip/a">tip</a> </div>
@@ -254,19 +252,18 b' files, or words in the commit message</s'
254 % first deleted - one revision
252 % first deleted - one revision
255 200 Script output follows
253 200 Script output follows
256
254
257 <!-- quirksmode -->
255 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
258 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
256 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
259 <html>
260 <head>
257 <head>
261 <link rel="icon" href="/static/hgicon.png" type="image/png">
258 <link rel="icon" href="/static/hgicon.png" type="image/png" />
262 <meta name="robots" content="index, nofollow" />
259 <meta name="robots" content="index, nofollow" />
263 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
260 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
264
261
265 <title>test: a history</title>
262 <title>test: a history</title>
266 <link rel="alternate" type="application/atom+xml"
263 <link rel="alternate" type="application/atom+xml"
267 href="/atom-log/tip/a" title="Atom feed for test:a">
264 href="/atom-log/tip/a" title="Atom feed for test:a" />
268 <link rel="alternate" type="application/rss+xml"
265 <link rel="alternate" type="application/rss+xml"
269 href="/rss-log/tip/a" title="RSS feed for test:a">
266 href="/rss-log/tip/a" title="RSS feed for test:a" />
270 </head>
267 </head>
271 <body>
268 <body>
272
269
@@ -274,7 +271,7 b' 200 Script output follows'
274 <div class="menu">
271 <div class="menu">
275 <div class="logo">
272 <div class="logo">
276 <a href="http://www.selenic.com/mercurial/">
273 <a href="http://www.selenic.com/mercurial/">
277 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
274 <img src="/static/hglogo.png" alt="mercurial" /></a>
278 </div>
275 </div>
279 <ul>
276 <ul>
280 <li><a href="/shortlog/5ed941583260">log</a></li>
277 <li><a href="/shortlog/5ed941583260">log</a></li>
@@ -300,9 +297,9 b' 200 Script output follows'
300
297
301 <form class="search" action="/log">
298 <form class="search" action="/log">
302
299
303 <p><input name="rev" id="search1" type="text" size="30"></p>
300 <p><input name="rev" id="search1" type="text" size="30" /></p>
304 <span>find changesets by author, revision,
301 <div id="hint">find changesets by author, revision,
305 files, or words in the commit message</span>
302 files, or words in the commit message</div>
306 </form>
303 </form>
307
304
308 <div class="navigate"><a href="/log/5ed941583260/a">(0)</a> <a href="/log/tip/a">tip</a> </div>
305 <div class="navigate"><a href="/log/5ed941583260/a">(0)</a> <a href="/log/tip/a">tip</a> </div>
@@ -332,19 +329,18 b' files, or words in the commit message</s'
332 % first version - one revision
329 % first version - one revision
333 200 Script output follows
330 200 Script output follows
334
331
335 <!-- quirksmode -->
332 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
336 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
333 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
337 <html>
338 <head>
334 <head>
339 <link rel="icon" href="/static/hgicon.png" type="image/png">
335 <link rel="icon" href="/static/hgicon.png" type="image/png" />
340 <meta name="robots" content="index, nofollow" />
336 <meta name="robots" content="index, nofollow" />
341 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
337 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
342
338
343 <title>test: a history</title>
339 <title>test: a history</title>
344 <link rel="alternate" type="application/atom+xml"
340 <link rel="alternate" type="application/atom+xml"
345 href="/atom-log/tip/a" title="Atom feed for test:a">
341 href="/atom-log/tip/a" title="Atom feed for test:a" />
346 <link rel="alternate" type="application/rss+xml"
342 <link rel="alternate" type="application/rss+xml"
347 href="/rss-log/tip/a" title="RSS feed for test:a">
343 href="/rss-log/tip/a" title="RSS feed for test:a" />
348 </head>
344 </head>
349 <body>
345 <body>
350
346
@@ -352,7 +348,7 b' 200 Script output follows'
352 <div class="menu">
348 <div class="menu">
353 <div class="logo">
349 <div class="logo">
354 <a href="http://www.selenic.com/mercurial/">
350 <a href="http://www.selenic.com/mercurial/">
355 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
351 <img src="/static/hglogo.png" alt="mercurial" /></a>
356 </div>
352 </div>
357 <ul>
353 <ul>
358 <li><a href="/shortlog/5ed941583260">log</a></li>
354 <li><a href="/shortlog/5ed941583260">log</a></li>
@@ -378,9 +374,9 b' 200 Script output follows'
378
374
379 <form class="search" action="/log">
375 <form class="search" action="/log">
380
376
381 <p><input name="rev" id="search1" type="text" size="30"></p>
377 <p><input name="rev" id="search1" type="text" size="30" /></p>
382 <span>find changesets by author, revision,
378 <div id="hint">find changesets by author, revision,
383 files, or words in the commit message</span>
379 files, or words in the commit message</div>
384 </form>
380 </form>
385
381
386 <div class="navigate"><a href="/log/5ed941583260/a">(0)</a> <a href="/log/tip/a">tip</a> </div>
382 <div class="navigate"><a href="/log/5ed941583260/a">(0)</a> <a href="/log/tip/a">tip</a> </div>
@@ -410,11 +406,10 b' files, or words in the commit message</s'
410 % before addition - error
406 % before addition - error
411 404 Not Found
407 404 Not Found
412
408
413 <!-- quirksmode -->
409 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
414 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
410 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
415 <html>
416 <head>
411 <head>
417 <link rel="icon" href="/static/hgicon.png" type="image/png">
412 <link rel="icon" href="/static/hgicon.png" type="image/png" />
418 <meta name="robots" content="index, nofollow" />
413 <meta name="robots" content="index, nofollow" />
419 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
414 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
420
415
@@ -443,8 +438,8 b' 404 Not Found'
443 <form class="search" action="/log">
438 <form class="search" action="/log">
444
439
445 <p><input name="rev" id="search1" type="text" size="30"></p>
440 <p><input name="rev" id="search1" type="text" size="30"></p>
446 <span>find changesets by author, revision,
441 <div id="hint">find changesets by author, revision,
447 files, or words in the commit message</span>
442 files, or words in the commit message</div>
448 </form>
443 </form>
449
444
450 <div class="description">
445 <div class="description">
@@ -4,11 +4,10 b' adding a'
4 % revision
4 % revision
5 200 Script output follows
5 200 Script output follows
6
6
7 <!-- quirksmode -->
7 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
8 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
8 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
9 <html>
10 <head>
9 <head>
11 <link rel="icon" href="/static/hgicon.png" type="image/png">
10 <link rel="icon" href="/static/hgicon.png" type="image/png" />
12 <meta name="robots" content="index, nofollow" />
11 <meta name="robots" content="index, nofollow" />
13 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
12 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
14
13
@@ -19,7 +18,7 b' 200 Script output follows'
19 <div class="menu">
18 <div class="menu">
20 <div class="logo">
19 <div class="logo">
21 <a href="http://www.selenic.com/mercurial/">
20 <a href="http://www.selenic.com/mercurial/">
22 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
21 <img src="/static/hglogo.png" alt="mercurial" /></a>
23 </div>
22 </div>
24 <ul>
23 <ul>
25 <li><a href="/shortlog/c78f6c5cbea9">log</a></li>
24 <li><a href="/shortlog/c78f6c5cbea9">log</a></li>
@@ -43,9 +42,9 b' 200 Script output follows'
43
42
44 <form class="search" action="/log">
43 <form class="search" action="/log">
45
44
46 <p><input name="rev" id="search1" type="text" size="30"></p>
45 <p><input name="rev" id="search1" type="text" size="30" /></p>
47 <span>find changesets by author, revision,
46 <div id="hint">find changesets by author, revision,
48 files, or words in the commit message</span>
47 files, or words in the commit message</div>
49 </form>
48 </form>
50
49
51 <div class="description">del</div>
50 <div class="description">del</div>
@@ -92,11 +91,10 b' files, or words in the commit message</s'
92 % diff removed file
91 % diff removed file
93 200 Script output follows
92 200 Script output follows
94
93
95 <!-- quirksmode -->
94 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
96 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
95 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
97 <html>
98 <head>
96 <head>
99 <link rel="icon" href="/static/hgicon.png" type="image/png">
97 <link rel="icon" href="/static/hgicon.png" type="image/png" />
100 <meta name="robots" content="index, nofollow" />
98 <meta name="robots" content="index, nofollow" />
101 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
99 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
102
100
@@ -108,7 +106,7 b' 200 Script output follows'
108 <div class="menu">
106 <div class="menu">
109 <div class="logo">
107 <div class="logo">
110 <a href="http://www.selenic.com/mercurial/">
108 <a href="http://www.selenic.com/mercurial/">
111 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
109 <img src="/static/hglogo.png" alt="mercurial" /></a>
112 </div>
110 </div>
113 <ul>
111 <ul>
114 <li><a href="/shortlog/c78f6c5cbea9">log</a></li>
112 <li><a href="/shortlog/c78f6c5cbea9">log</a></li>
@@ -133,10 +131,10 b' 200 Script output follows'
133 <h3>diff a @ 1:c78f6c5cbea9</h3>
131 <h3>diff a @ 1:c78f6c5cbea9</h3>
134
132
135 <form class="search" action="/log">
133 <form class="search" action="/log">
136
134 <p></p>
137 <p><input name="rev" id="search1" type="text" size="30"></p>
135 <p><input name="rev" id="search1" type="text" size="30" /></p>
138 <span>find changesets by author, revision,
136 <div id="hint">find changesets by author, revision,
139 files, or words in the commit message</span>
137 files, or words in the commit message</div>
140 </form>
138 </form>
141
139
142 <div class="description">del</div>
140 <div class="description">del</div>
@@ -21,11 +21,10 b' foo'
21 % should give a 404 - static file that does not exist
21 % should give a 404 - static file that does not exist
22 404 Not Found
22 404 Not Found
23
23
24 <!-- quirksmode -->
24 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
25 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
25 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
26 <html>
27 <head>
26 <head>
28 <link rel="icon" href="/static/hgicon.png" type="image/png">
27 <link rel="icon" href="/static/hgicon.png" type="image/png" />
29 <meta name="robots" content="index, nofollow" />
28 <meta name="robots" content="index, nofollow" />
30 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
29 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
31
30
@@ -54,8 +53,8 b' 404 Not Found'
54 <form class="search" action="/log">
53 <form class="search" action="/log">
55
54
56 <p><input name="rev" id="search1" type="text" size="30"></p>
55 <p><input name="rev" id="search1" type="text" size="30"></p>
57 <span>find changesets by author, revision,
56 <div id="hint">find changesets by author, revision,
58 files, or words in the commit message</span>
57 files, or words in the commit message</div>
59 </form>
58 </form>
60
59
61 <div class="description">
60 <div class="description">
@@ -91,11 +90,10 b' 404 Not Found'
91 error: bork@2ef0ac749a14: not found in manifest
90 error: bork@2ef0ac749a14: not found in manifest
92 404 Not Found
91 404 Not Found
93
92
94 <!-- quirksmode -->
93 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
95 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
94 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
96 <html>
97 <head>
95 <head>
98 <link rel="icon" href="/static/hgicon.png" type="image/png">
96 <link rel="icon" href="/static/hgicon.png" type="image/png" />
99 <meta name="robots" content="index, nofollow" />
97 <meta name="robots" content="index, nofollow" />
100 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
98 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
101
99
@@ -124,8 +122,8 b' 404 Not Found'
124 <form class="search" action="/log">
122 <form class="search" action="/log">
125
123
126 <p><input name="rev" id="search1" type="text" size="30"></p>
124 <p><input name="rev" id="search1" type="text" size="30"></p>
127 <span>find changesets by author, revision,
125 <div id="hint">find changesets by author, revision,
128 files, or words in the commit message</span>
126 files, or words in the commit message</div>
129 </form>
127 </form>
130
128
131 <div class="description">
129 <div class="description">
@@ -4,11 +4,10 b' adding isolatin'
4 % hgweb filerevision, html
4 % hgweb filerevision, html
5 200 Script output follows
5 200 Script output follows
6
6
7 <!-- quirksmode -->
7 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
8 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
8 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
9 <html>
10 <head>
9 <head>
11 <link rel="icon" href="/static/hgicon.png" type="image/png">
10 <link rel="icon" href="/static/hgicon.png" type="image/png" />
12 <meta name="robots" content="index, nofollow" />
11 <meta name="robots" content="index, nofollow" />
13 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
12 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
14
13
@@ -21,7 +20,7 b' 200 Script output follows'
21 <div class="menu">
20 <div class="menu">
22 <div class="logo">
21 <div class="logo">
23 <a href="http://www.selenic.com/mercurial/">
22 <a href="http://www.selenic.com/mercurial/">
24 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
23 <img src="/static/hglogo.png" alt="mercurial" /></a>
25 </div>
24 </div>
26 <ul>
25 <ul>
27 <li><a href="/shortlog/e55e3a42c53a">log</a></li>
26 <li><a href="/shortlog/e55e3a42c53a">log</a></li>
@@ -47,9 +46,9 b' 200 Script output follows'
47
46
48 <form class="search" action="/log">
47 <form class="search" action="/log">
49
48
50 <p><input name="rev" id="search1" type="text" size="30"></p>
49 <p><input name="rev" id="search1" type="text" size="30" /></p>
51 <span>find changesets by author, revision,
50 <div id="hint">find changesets by author, revision,
52 files, or words in the commit message</span>
51 files, or words in the commit message</div>
53 </form>
52 </form>
54
53
55 <div class="description">a</div>
54 <div class="description">a</div>
@@ -90,11 +89,10 b' files, or words in the commit message</s'
90 % hgweb filerevision, html
89 % hgweb filerevision, html
91 200 Script output follows
90 200 Script output follows
92
91
93 <!-- quirksmode -->
92 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
94 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
93 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
95 <html>
96 <head>
94 <head>
97 <link rel="icon" href="/static/hgicon.png" type="image/png">
95 <link rel="icon" href="/static/hgicon.png" type="image/png" />
98 <meta name="robots" content="index, nofollow" />
96 <meta name="robots" content="index, nofollow" />
99 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
97 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
100
98
@@ -107,7 +105,7 b' 200 Script output follows'
107 <div class="menu">
105 <div class="menu">
108 <div class="logo">
106 <div class="logo">
109 <a href="http://www.selenic.com/mercurial/">
107 <a href="http://www.selenic.com/mercurial/">
110 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
108 <img src="/static/hglogo.png" alt="mercurial" /></a>
111 </div>
109 </div>
112 <ul>
110 <ul>
113 <li><a href="/shortlog/e55e3a42c53a">log</a></li>
111 <li><a href="/shortlog/e55e3a42c53a">log</a></li>
@@ -133,9 +131,9 b' 200 Script output follows'
133
131
134 <form class="search" action="/log">
132 <form class="search" action="/log">
135
133
136 <p><input name="rev" id="search1" type="text" size="30"></p>
134 <p><input name="rev" id="search1" type="text" size="30" /></p>
137 <span>find changesets by author, revision,
135 <div id="hint">find changesets by author, revision,
138 files, or words in the commit message</span>
136 files, or words in the commit message</div>
139 </form>
137 </form>
140
138
141 <div class="description">a</div>
139 <div class="description">a</div>
@@ -176,11 +174,10 b' files, or words in the commit message</s'
176 % hgweb fileannotate, html
174 % hgweb fileannotate, html
177 200 Script output follows
175 200 Script output follows
178
176
179 <!-- quirksmode -->
177 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
180 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
178 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
181 <html>
182 <head>
179 <head>
183 <link rel="icon" href="/static/hgicon.png" type="image/png">
180 <link rel="icon" href="/static/hgicon.png" type="image/png" />
184 <meta name="robots" content="index, nofollow" />
181 <meta name="robots" content="index, nofollow" />
185 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
182 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
186
183
@@ -193,7 +190,7 b' 200 Script output follows'
193 <div class="menu">
190 <div class="menu">
194 <div class="logo">
191 <div class="logo">
195 <a href="http://www.selenic.com/mercurial/">
192 <a href="http://www.selenic.com/mercurial/">
196 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a>
193 <img src="/static/hglogo.png" alt="mercurial" /></a>
197 </div>
194 </div>
198 <ul>
195 <ul>
199 <li><a href="/shortlog/e55e3a42c53a">log</a></li>
196 <li><a href="/shortlog/e55e3a42c53a">log</a></li>
@@ -220,9 +217,9 b' 200 Script output follows'
220
217
221 <form class="search" action="/log">
218 <form class="search" action="/log">
222
219
223 <p><input name="rev" id="search1" type="text" size="30"></p>
220 <p><input name="rev" id="search1" type="text" size="30" /></p>
224 <span>find changesets by author, revision,
221 <div id="hint">find changesets by author, revision,
225 files, or words in the commit message</span>
222 files, or words in the commit message</div>
226 </form>
223 </form>
227
224
228 <div class="description">a</div>
225 <div class="description">a</div>
General Comments 0
You need to be logged in to leave comments. Login now