author | Patrick Mezard <pmezard@gmail.com> |
Sun, 23 Mar 2008 20:37:04 +0100 | |
changeset 6363 | bbfebf751ac8 |
parent 6252 | f21f6de16d41 |
child 6368 | 2c370f08c486 |
permissions | -rw-r--r-- |
3942 | 1 |
adding da/foo |
2 |
adding foo |
|
3 |
% manifest |
|
4 |
200 Script output follows |
|
5 |
||
6 |
||
7 |
drwxr-xr-x da |
|
8 |
-rw-r--r-- 4 foo |
|
9 |
||
10 |
||
11 |
200 Script output follows |
|
12 |
||
13 |
||
14 |
-rw-r--r-- 4 foo |
|
15 |
||
16 |
||
5561
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
17 |
% plain file |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
18 |
200 Script output follows |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
19 |
|
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
20 |
foo |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
21 |
% should give a 404 - static file that does not exist |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
22 |
404 Not Found |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
23 |
|
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
24 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
25 |
<html> |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
26 |
<head> |
6048
cfb4a51da7d5
Merge with crew-stable
Alexis S. L. Carvalho <alexis@cecm.usp.br>
parents:
6001
diff
changeset
|
27 |
<link rel="icon" href="/static/hgicon.png" type="image/png"> |
5561
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
28 |
<meta name="robots" content="index, nofollow" /> |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
29 |
<link rel="stylesheet" href="/static/style.css" type="text/css" /> |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
30 |
|
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
31 |
<title>Mercurial Error</title> |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
32 |
</head> |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
33 |
<body> |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
34 |
|
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
35 |
<h2>Mercurial Error</h2> |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
36 |
|
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
37 |
<p> |
5837
2580d418e3f0
Issue #880: Simple misspelling ('occured') in web error message.
Jesse Glick <jesse.glick@sun.com>
parents:
5690
diff
changeset
|
38 |
An error occurred while processing your request: |
5561
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
39 |
</p> |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
40 |
<p> |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
41 |
Not Found |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
42 |
</p> |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
43 |
|
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
44 |
|
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
45 |
<div class="logo"> |
6097
9b817c0a82f1
hgweb: Fix stray quote in logo img tag
Matt Mackall <mpm@selenic.com>
parents:
6048
diff
changeset
|
46 |
<a href="http://www.selenic.com/mercurial/"> |
9b817c0a82f1
hgweb: Fix stray quote in logo img tag
Matt Mackall <mpm@selenic.com>
parents:
6048
diff
changeset
|
47 |
<img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial"></a> |
5561
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
48 |
</div> |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
49 |
|
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
50 |
</body> |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
51 |
</html> |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
52 |
|
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
53 |
% should give a 404 - bad revision |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
54 |
404 Not Found |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
55 |
|
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
56 |
|
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
57 |
error: revision not found: spam |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
58 |
% should give a 400 - bad command |
5564
b4af2dd9868a
hgweb: account for Python 2.4 in one test
Bryan O'Sullivan <bos@serpentine.com>
parents:
5561
diff
changeset
|
59 |
400 |
5561
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
60 |
|
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
61 |
|
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
62 |
error: No such method: spam |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
63 |
% should give a 404 - file does not exist |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
64 |
404 Not Found |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
65 |
|
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
66 |
|
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
67 |
error: Path not found: bork/ |
5690
1b365c5723bc
server: append to logfiles
Mirko Friedenhagen <mirko-lists@friedenhagen.de>
parents:
5681
diff
changeset
|
68 |
% stop and restart |
1b365c5723bc
server: append to logfiles
Mirko Friedenhagen <mirko-lists@friedenhagen.de>
parents:
5681
diff
changeset
|
69 |
7 log lines written |
5561
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
70 |
% static file |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
71 |
200 Script output follows |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
72 |
|
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
73 |
body { font-family: sans-serif; font-size: 12px; margin:0px; border:solid #d9d8d1; border-width:1px; margin:10px; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
74 |
a { color:#0000cc; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
75 |
a:hover, a:visited, a:active { color:#880000; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
76 |
div.page_header { height:25px; padding:8px; font-size:18px; font-weight:bold; background-color:#d9d8d1; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
77 |
div.page_header a:visited { color:#0000cc; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
78 |
div.page_header a:hover { color:#880000; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
79 |
div.page_nav { padding:8px; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
80 |
div.page_nav a:visited { color:#0000cc; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
81 |
div.page_path { padding:8px; border:solid #d9d8d1; border-width:0px 0px 1px} |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
82 |
div.page_footer { padding:4px 8px; background-color: #d9d8d1; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
83 |
div.page_footer_text { float:left; color:#555555; font-style:italic; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
84 |
div.page_body { padding:8px; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
85 |
div.title, a.title { |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
86 |
display:block; padding:6px 8px; |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
87 |
font-weight:bold; background-color:#edece6; text-decoration:none; color:#000000; |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
88 |
} |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
89 |
a.title:hover { background-color: #d9d8d1; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
90 |
div.title_text { padding:6px 0px; border: solid #d9d8d1; border-width:0px 0px 1px; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
91 |
div.log_body { padding:8px 8px 8px 150px; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
92 |
.age { white-space:nowrap; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
93 |
span.age { position:relative; float:left; width:142px; font-style:italic; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
94 |
div.log_link { |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
95 |
padding:0px 8px; |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
96 |
font-size:10px; font-family:sans-serif; font-style:normal; |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
97 |
position:relative; float:left; width:136px; |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
98 |
} |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
99 |
div.list_head { padding:6px 8px 4px; border:solid #d9d8d1; border-width:1px 0px 0px; font-style:italic; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
100 |
a.list { text-decoration:none; color:#000000; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
101 |
a.list:hover { text-decoration:underline; color:#880000; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
102 |
table { padding:8px 4px; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
103 |
th { padding:2px 5px; font-size:12px; text-align:left; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
104 |
tr.light:hover, .parity0:hover { background-color:#edece6; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
105 |
tr.dark, .parity1 { background-color:#f6f6f0; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
106 |
tr.dark:hover, .parity1:hover { background-color:#edece6; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
107 |
td { padding:2px 5px; font-size:12px; vertical-align:top; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
108 |
td.link { padding:2px 5px; font-family:sans-serif; font-size:10px; } |
6219
d43c94414ba1
hgweb: fix test results missed by 6218:345a23eca8f6
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
6097
diff
changeset
|
109 |
td.indexlinks { white-space: nowrap; } |
d43c94414ba1
hgweb: fix test results missed by 6218:345a23eca8f6
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
6097
diff
changeset
|
110 |
td.indexlinks a { |
d43c94414ba1
hgweb: fix test results missed by 6218:345a23eca8f6
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
6097
diff
changeset
|
111 |
padding: 2px 5px; line-height: 10px; |
d43c94414ba1
hgweb: fix test results missed by 6218:345a23eca8f6
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
6097
diff
changeset
|
112 |
border: 1px solid; |
d43c94414ba1
hgweb: fix test results missed by 6218:345a23eca8f6
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
6097
diff
changeset
|
113 |
color: #ffffff; background-color: #7777bb; |
d43c94414ba1
hgweb: fix test results missed by 6218:345a23eca8f6
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
6097
diff
changeset
|
114 |
border-color: #aaaadd #333366 #333366 #aaaadd; |
d43c94414ba1
hgweb: fix test results missed by 6218:345a23eca8f6
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
6097
diff
changeset
|
115 |
font-weight: bold; text-align: center; text-decoration: none; |
d43c94414ba1
hgweb: fix test results missed by 6218:345a23eca8f6
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
6097
diff
changeset
|
116 |
font-size: 10px; |
d43c94414ba1
hgweb: fix test results missed by 6218:345a23eca8f6
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
6097
diff
changeset
|
117 |
} |
d43c94414ba1
hgweb: fix test results missed by 6218:345a23eca8f6
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
6097
diff
changeset
|
118 |
td.indexlinks a:hover { background-color: #6666aa; } |
5561
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
119 |
div.pre { font-family:monospace; font-size:12px; white-space:pre; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
120 |
div.diff_info { font-family:monospace; color:#000099; background-color:#edece6; font-style:italic; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
121 |
div.index_include { border:solid #d9d8d1; border-width:0px 0px 1px; padding:12px 8px; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
122 |
div.search { margin:4px 8px; position:absolute; top:56px; right:12px } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
123 |
.linenr { color:#999999; text-decoration:none } |
6219
d43c94414ba1
hgweb: fix test results missed by 6218:345a23eca8f6
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
6097
diff
changeset
|
124 |
div.rss_logo { float: right; white-space: nowrap; } |
d43c94414ba1
hgweb: fix test results missed by 6218:345a23eca8f6
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
6097
diff
changeset
|
125 |
div.rss_logo a { |
d43c94414ba1
hgweb: fix test results missed by 6218:345a23eca8f6
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
6097
diff
changeset
|
126 |
padding:3px 6px; line-height:10px; |
5561
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
127 |
border:1px solid; border-color:#fcc7a5 #7d3302 #3e1a01 #ff954e; |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
128 |
color:#ffffff; background-color:#ff6600; |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
129 |
font-weight:bold; font-family:sans-serif; font-size:10px; |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
130 |
text-align:center; text-decoration:none; |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
131 |
} |
6219
d43c94414ba1
hgweb: fix test results missed by 6218:345a23eca8f6
Peter Arrenbrecht <peter.arrenbrecht@gmail.com>
parents:
6097
diff
changeset
|
132 |
div.rss_logo a:hover { background-color:#ee5500; } |
5561
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
133 |
pre { margin: 0; } |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
134 |
span.logtags span { |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
135 |
padding: 0px 4px; |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
136 |
font-size: 10px; |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
137 |
font-weight: normal; |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
138 |
border: 1px solid; |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
139 |
background-color: #ffaaff; |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
140 |
border-color: #ffccff #ff00ee #ff00ee #ffccff; |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
141 |
} |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
142 |
span.logtags span.tagtag { |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
143 |
background-color: #ffffaa; |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
144 |
border-color: #ffffcc #ffee00 #ffee00 #ffffcc; |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
145 |
} |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
146 |
span.logtags span.branchtag { |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
147 |
background-color: #aaffaa; |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
148 |
border-color: #ccffcc #00cc33 #00cc33 #ccffcc; |
22713dce19f6
hgweb: return meaningful HTTP status codes instead of nonsense
Bryan O'Sullivan <bos@serpentine.com>
parents:
3942
diff
changeset
|
149 |
} |
6252
f21f6de16d41
update output of test-hgweb
Alexis S. L. Carvalho <alexis@cecm.usp.br>
parents:
6219
diff
changeset
|
150 |
span.logtags span.inbranchtag { |
f21f6de16d41
update output of test-hgweb
Alexis S. L. Carvalho <alexis@cecm.usp.br>
parents:
6219
diff
changeset
|
151 |
background-color: #d5dde6; |
f21f6de16d41
update output of test-hgweb
Alexis S. L. Carvalho <alexis@cecm.usp.br>
parents:
6219
diff
changeset
|
152 |
border-color: #e3ecf4 #9398f4 #9398f4 #e3ecf4; |
f21f6de16d41
update output of test-hgweb
Alexis S. L. Carvalho <alexis@cecm.usp.br>
parents:
6219
diff
changeset
|
153 |
} |
5924
b8009718a211
better error reporting for hg serve errors in tests
Dirkjan Ochtman <dirkjan@ochtman.nl>
parents:
5837
diff
changeset
|
154 |
% errors |