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