##// END OF EJS Templates
templates: rename `Last change' column in hgwebdir repository list....
Dan Villiom Podlaski Christiansen -
r10301:56b50194 default
parent child Browse files
Show More
@@ -1,26 +1,26 b''
1 {header}
1 {header}
2 <title>Mercurial repositories index</title>
2 <title>Mercurial repositories index</title>
3 </head>
3 </head>
4 <body>
4 <body>
5
5
6 <div class="page_header">
6 <div class="page_header">
7 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a>
7 <a href="http://mercurial.selenic.com/" title="Mercurial" style="float: right;">Mercurial</a>
8 Repositories list
8 Repositories list
9 </div>
9 </div>
10
10
11 <table cellspacing="0">
11 <table cellspacing="0">
12 <tr>
12 <tr>
13 <td><a href="?sort={sort_name}">Name</a></td>
13 <td><a href="?sort={sort_name}">Name</a></td>
14 <td><a href="?sort={sort_description}">Description</a></td>
14 <td><a href="?sort={sort_description}">Description</a></td>
15 <td><a href="?sort={sort_contact}">Contact</a></td>
15 <td><a href="?sort={sort_contact}">Contact</a></td>
16 <td><a href="?sort={sort_lastchange}">Last change</a></td>
16 <td><a href="?sort={sort_lastchange}">Last modified</a></td>
17 <td>&nbsp;</td>
17 <td>&nbsp;</td>
18 <td>&nbsp;</td>
18 <td>&nbsp;</td>
19 </tr>
19 </tr>
20 {entries%indexentry}
20 {entries%indexentry}
21 </table>
21 </table>
22 <div class="page_footer">
22 <div class="page_footer">
23 {motd}
23 {motd}
24 </div>
24 </div>
25 </body>
25 </body>
26 </html>
26 </html>
@@ -1,39 +1,39 b''
1 {header}
1 {header}
2 <title>{repo|escape}: Mercurial repositories index</title>
2 <title>{repo|escape}: Mercurial repositories index</title>
3 </head>
3 </head>
4
4
5 <body>
5 <body>
6 <div id="container">
6 <div id="container">
7 <div class="page-header">
7 <div class="page-header">
8 <h1>Mercurial Repositories</h1>
8 <h1>Mercurial Repositories</h1>
9 <ul class="page-nav">
9 <ul class="page-nav">
10 </ul>
10 </ul>
11 </div>
11 </div>
12
12
13 <table cellspacing="0">
13 <table cellspacing="0">
14 <tr>
14 <tr>
15 <td><a href="?sort={sort_name}">Name</a></td>
15 <td><a href="?sort={sort_name}">Name</a></td>
16 <td><a href="?sort={sort_description}">Description</a></td>
16 <td><a href="?sort={sort_description}">Description</a></td>
17 <td><a href="?sort={sort_contact}">Contact</a></td>
17 <td><a href="?sort={sort_contact}">Contact</a></td>
18 <td><a href="?sort={sort_lastchange}">Last change</a></td>
18 <td><a href="?sort={sort_lastchange}">Last modified</a></td>
19 <td>&nbsp;</td>
19 <td>&nbsp;</td>
20 <td>&nbsp;</td>
20 <td>&nbsp;</td>
21 </tr>
21 </tr>
22 {entries%indexentry}
22 {entries%indexentry}
23 </table>
23 </table>
24 <div class="page-footer">
24 <div class="page-footer">
25 {motd}
25 {motd}
26 </div>
26 </div>
27
27
28 <div id="powered-by">
28 <div id="powered-by">
29 <p><a href="http://mercurial.selenic.com/" title="Mercurial"><img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a></p>
29 <p><a href="http://mercurial.selenic.com/" title="Mercurial"><img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial"></a></p>
30 </div>
30 </div>
31
31
32 <div id="corner-top-left"></div>
32 <div id="corner-top-left"></div>
33 <div id="corner-top-right"></div>
33 <div id="corner-top-right"></div>
34 <div id="corner-bottom-left"></div>
34 <div id="corner-bottom-left"></div>
35 <div id="corner-bottom-right"></div>
35 <div id="corner-bottom-right"></div>
36
36
37 </div>
37 </div>
38 </body>
38 </body>
39 </html>
39 </html>
@@ -1,26 +1,26 b''
1 {header}
1 {header}
2 <title>Mercurial repositories index</title>
2 <title>Mercurial repositories index</title>
3 </head>
3 </head>
4 <body>
4 <body>
5
5
6 <div class="container">
6 <div class="container">
7 <div class="menu">
7 <div class="menu">
8 <a href="http://mercurial.selenic.com/">
8 <a href="http://mercurial.selenic.com/">
9 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
9 <img src="{staticurl}hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
10 </div>
10 </div>
11 <div class="main">
11 <div class="main">
12 <h2>Mercurial Repositories</h2>
12 <h2>Mercurial Repositories</h2>
13
13
14 <table class="bigtable">
14 <table class="bigtable">
15 <tr>
15 <tr>
16 <th><a href="?sort={sort_name}">Name</a></th>
16 <th><a href="?sort={sort_name}">Name</a></th>
17 <th><a href="?sort={sort_description}">Description</a></th>
17 <th><a href="?sort={sort_description}">Description</a></th>
18 <th><a href="?sort={sort_contact}">Contact</a></th>
18 <th><a href="?sort={sort_contact}">Contact</a></th>
19 <th><a href="?sort={sort_lastchange}">Last change</a></th>
19 <th><a href="?sort={sort_lastchange}">Last modified</a></th>
20 <th>&nbsp;</th>
20 <th>&nbsp;</th>
21 </tr>
21 </tr>
22 {entries%indexentry}
22 {entries%indexentry}
23 </table>
23 </table>
24 </div>
24 </div>
25 </div>
25 </div>
26 {footer}
26 {footer}
@@ -1,19 +1,19 b''
1 {header}
1 {header}
2 <title>Mercurial repositories index</title>
2 <title>Mercurial repositories index</title>
3 </head>
3 </head>
4 <body>
4 <body>
5
5
6 <h2>Mercurial Repositories</h2>
6 <h2>Mercurial Repositories</h2>
7
7
8 <table>
8 <table>
9 <tr>
9 <tr>
10 <td><a href="?sort={sort_name}">Name</a></td>
10 <td><a href="?sort={sort_name}">Name</a></td>
11 <td><a href="?sort={sort_description}">Description</a></td>
11 <td><a href="?sort={sort_description}">Description</a></td>
12 <td><a href="?sort={sort_contact}">Contact</a></td>
12 <td><a href="?sort={sort_contact}">Contact</a></td>
13 <td><a href="?sort={sort_lastchange}">Last change</a></td>
13 <td><a href="?sort={sort_lastchange}">Last modified</a></td>
14 <td>&nbsp;</td>
14 <td>&nbsp;</td>
15 </tr>
15 </tr>
16 {entries%indexentry}
16 {entries%indexentry}
17 </table>
17 </table>
18
18
19 {footer}
19 {footer}
@@ -1,343 +1,343 b''
1 adding a
1 adding a
2 adding b
2 adding b
3 adding d
3 adding d
4 adding c
4 adding c
5 % should give a 404 - file does not exist
5 % should give a 404 - file does not exist
6 404 Not Found
6 404 Not Found
7
7
8
8
9 error: bork@8580ff50825a: not found in manifest
9 error: bork@8580ff50825a: not found in manifest
10 % should succeed
10 % should succeed
11 200 Script output follows
11 200 Script output follows
12
12
13
13
14 /a/
14 /a/
15 /b/
15 /b/
16
16
17 200 Script output follows
17 200 Script output follows
18
18
19 a
19 a
20 200 Script output follows
20 200 Script output follows
21
21
22 b
22 b
23 % should give a 404 - repo is not published
23 % should give a 404 - repo is not published
24 404 Not Found
24 404 Not Found
25
25
26
26
27 error: repository c not found
27 error: repository c not found
28 % should succeed, slashy names
28 % should succeed, slashy names
29 200 Script output follows
29 200 Script output follows
30
30
31
31
32 /t/a/
32 /t/a/
33 /b/
33 /b/
34 /coll/a/
34 /coll/a/
35 /coll/a/.hg/patches/
35 /coll/a/.hg/patches/
36 /coll/b/
36 /coll/b/
37 /coll/c/
37 /coll/c/
38 /rcoll/a/
38 /rcoll/a/
39 /rcoll/a/.hg/patches/
39 /rcoll/a/.hg/patches/
40 /rcoll/b/
40 /rcoll/b/
41 /rcoll/b/d/
41 /rcoll/b/d/
42 /rcoll/c/
42 /rcoll/c/
43
43
44 200 Script output follows
44 200 Script output follows
45
45
46 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
46 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
47 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
47 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
48 <head>
48 <head>
49 <link rel="icon" href="/static/hgicon.png" type="image/png" />
49 <link rel="icon" href="/static/hgicon.png" type="image/png" />
50 <meta name="robots" content="index, nofollow" />
50 <meta name="robots" content="index, nofollow" />
51 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
51 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
52
52
53 <title>Mercurial repositories index</title>
53 <title>Mercurial repositories index</title>
54 </head>
54 </head>
55 <body>
55 <body>
56
56
57 <div class="container">
57 <div class="container">
58 <div class="menu">
58 <div class="menu">
59 <a href="http://mercurial.selenic.com/">
59 <a href="http://mercurial.selenic.com/">
60 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
60 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
61 </div>
61 </div>
62 <div class="main">
62 <div class="main">
63 <h2>Mercurial Repositories</h2>
63 <h2>Mercurial Repositories</h2>
64
64
65 <table class="bigtable">
65 <table class="bigtable">
66 <tr>
66 <tr>
67 <th><a href="?sort=name">Name</a></th>
67 <th><a href="?sort=name">Name</a></th>
68 <th><a href="?sort=description">Description</a></th>
68 <th><a href="?sort=description">Description</a></th>
69 <th><a href="?sort=contact">Contact</a></th>
69 <th><a href="?sort=contact">Contact</a></th>
70 <th><a href="?sort=lastchange">Last change</a></th>
70 <th><a href="?sort=lastchange">Last modified</a></th>
71 <th>&nbsp;</th>
71 <th>&nbsp;</th>
72 </tr>
72 </tr>
73
73
74 <tr class="parity0">
74 <tr class="parity0">
75 <td><a href="/t/a/?style=paper">t/a</a></td>
75 <td><a href="/t/a/?style=paper">t/a</a></td>
76 <td>unknown</td>
76 <td>unknown</td>
77 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
77 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
78 <td class="age">seconds ago</td>
78 <td class="age">seconds ago</td>
79 <td class="indexlinks"></td>
79 <td class="indexlinks"></td>
80 </tr>
80 </tr>
81
81
82 <tr class="parity1">
82 <tr class="parity1">
83 <td><a href="/b/?style=paper">b</a></td>
83 <td><a href="/b/?style=paper">b</a></td>
84 <td>unknown</td>
84 <td>unknown</td>
85 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
85 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
86 <td class="age">seconds ago</td>
86 <td class="age">seconds ago</td>
87 <td class="indexlinks"></td>
87 <td class="indexlinks"></td>
88 </tr>
88 </tr>
89
89
90 <tr class="parity0">
90 <tr class="parity0">
91 <td><a href="/coll/a/?style=paper">coll/a</a></td>
91 <td><a href="/coll/a/?style=paper">coll/a</a></td>
92 <td>unknown</td>
92 <td>unknown</td>
93 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
93 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
94 <td class="age">seconds ago</td>
94 <td class="age">seconds ago</td>
95 <td class="indexlinks"></td>
95 <td class="indexlinks"></td>
96 </tr>
96 </tr>
97
97
98 <tr class="parity1">
98 <tr class="parity1">
99 <td><a href="/coll/a/.hg/patches/?style=paper">coll/a/.hg/patches</a></td>
99 <td><a href="/coll/a/.hg/patches/?style=paper">coll/a/.hg/patches</a></td>
100 <td>unknown</td>
100 <td>unknown</td>
101 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
101 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
102 <td class="age">seconds ago</td>
102 <td class="age">seconds ago</td>
103 <td class="indexlinks"></td>
103 <td class="indexlinks"></td>
104 </tr>
104 </tr>
105
105
106 <tr class="parity0">
106 <tr class="parity0">
107 <td><a href="/coll/b/?style=paper">coll/b</a></td>
107 <td><a href="/coll/b/?style=paper">coll/b</a></td>
108 <td>unknown</td>
108 <td>unknown</td>
109 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
109 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
110 <td class="age">seconds ago</td>
110 <td class="age">seconds ago</td>
111 <td class="indexlinks"></td>
111 <td class="indexlinks"></td>
112 </tr>
112 </tr>
113
113
114 <tr class="parity1">
114 <tr class="parity1">
115 <td><a href="/coll/c/?style=paper">coll/c</a></td>
115 <td><a href="/coll/c/?style=paper">coll/c</a></td>
116 <td>unknown</td>
116 <td>unknown</td>
117 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
117 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
118 <td class="age">seconds ago</td>
118 <td class="age">seconds ago</td>
119 <td class="indexlinks"></td>
119 <td class="indexlinks"></td>
120 </tr>
120 </tr>
121
121
122 <tr class="parity0">
122 <tr class="parity0">
123 <td><a href="/rcoll/a/?style=paper">rcoll/a</a></td>
123 <td><a href="/rcoll/a/?style=paper">rcoll/a</a></td>
124 <td>unknown</td>
124 <td>unknown</td>
125 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
125 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
126 <td class="age">seconds ago</td>
126 <td class="age">seconds ago</td>
127 <td class="indexlinks"></td>
127 <td class="indexlinks"></td>
128 </tr>
128 </tr>
129
129
130 <tr class="parity1">
130 <tr class="parity1">
131 <td><a href="/rcoll/a/.hg/patches/?style=paper">rcoll/a/.hg/patches</a></td>
131 <td><a href="/rcoll/a/.hg/patches/?style=paper">rcoll/a/.hg/patches</a></td>
132 <td>unknown</td>
132 <td>unknown</td>
133 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
133 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
134 <td class="age">seconds ago</td>
134 <td class="age">seconds ago</td>
135 <td class="indexlinks"></td>
135 <td class="indexlinks"></td>
136 </tr>
136 </tr>
137
137
138 <tr class="parity0">
138 <tr class="parity0">
139 <td><a href="/rcoll/b/?style=paper">rcoll/b</a></td>
139 <td><a href="/rcoll/b/?style=paper">rcoll/b</a></td>
140 <td>unknown</td>
140 <td>unknown</td>
141 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
141 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
142 <td class="age">seconds ago</td>
142 <td class="age">seconds ago</td>
143 <td class="indexlinks"></td>
143 <td class="indexlinks"></td>
144 </tr>
144 </tr>
145
145
146 <tr class="parity1">
146 <tr class="parity1">
147 <td><a href="/rcoll/b/d/?style=paper">rcoll/b/d</a></td>
147 <td><a href="/rcoll/b/d/?style=paper">rcoll/b/d</a></td>
148 <td>unknown</td>
148 <td>unknown</td>
149 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
149 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
150 <td class="age">seconds ago</td>
150 <td class="age">seconds ago</td>
151 <td class="indexlinks"></td>
151 <td class="indexlinks"></td>
152 </tr>
152 </tr>
153
153
154 <tr class="parity0">
154 <tr class="parity0">
155 <td><a href="/rcoll/c/?style=paper">rcoll/c</a></td>
155 <td><a href="/rcoll/c/?style=paper">rcoll/c</a></td>
156 <td>unknown</td>
156 <td>unknown</td>
157 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
157 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
158 <td class="age">seconds ago</td>
158 <td class="age">seconds ago</td>
159 <td class="indexlinks"></td>
159 <td class="indexlinks"></td>
160 </tr>
160 </tr>
161
161
162 </table>
162 </table>
163 </div>
163 </div>
164 </div>
164 </div>
165
165
166
166
167 </body>
167 </body>
168 </html>
168 </html>
169
169
170 200 Script output follows
170 200 Script output follows
171
171
172
172
173 /t/a/
173 /t/a/
174
174
175 200 Script output follows
175 200 Script output follows
176
176
177
177
178 /t/a/
178 /t/a/
179
179
180 200 Script output follows
180 200 Script output follows
181
181
182 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
182 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
183 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
183 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US">
184 <head>
184 <head>
185 <link rel="icon" href="/static/hgicon.png" type="image/png" />
185 <link rel="icon" href="/static/hgicon.png" type="image/png" />
186 <meta name="robots" content="index, nofollow" />
186 <meta name="robots" content="index, nofollow" />
187 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
187 <link rel="stylesheet" href="/static/style-paper.css" type="text/css" />
188
188
189 <title>Mercurial repositories index</title>
189 <title>Mercurial repositories index</title>
190 </head>
190 </head>
191 <body>
191 <body>
192
192
193 <div class="container">
193 <div class="container">
194 <div class="menu">
194 <div class="menu">
195 <a href="http://mercurial.selenic.com/">
195 <a href="http://mercurial.selenic.com/">
196 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
196 <img src="/static/hglogo.png" width=75 height=90 border=0 alt="mercurial" /></a>
197 </div>
197 </div>
198 <div class="main">
198 <div class="main">
199 <h2>Mercurial Repositories</h2>
199 <h2>Mercurial Repositories</h2>
200
200
201 <table class="bigtable">
201 <table class="bigtable">
202 <tr>
202 <tr>
203 <th><a href="?sort=name">Name</a></th>
203 <th><a href="?sort=name">Name</a></th>
204 <th><a href="?sort=description">Description</a></th>
204 <th><a href="?sort=description">Description</a></th>
205 <th><a href="?sort=contact">Contact</a></th>
205 <th><a href="?sort=contact">Contact</a></th>
206 <th><a href="?sort=lastchange">Last change</a></th>
206 <th><a href="?sort=lastchange">Last modified</a></th>
207 <th>&nbsp;</th>
207 <th>&nbsp;</th>
208 </tr>
208 </tr>
209
209
210 <tr class="parity0">
210 <tr class="parity0">
211 <td><a href="/t/a/?style=paper">a</a></td>
211 <td><a href="/t/a/?style=paper">a</a></td>
212 <td>unknown</td>
212 <td>unknown</td>
213 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
213 <td>&#70;&#111;&#111;&#32;&#66;&#97;&#114;&#32;&#60;&#102;&#111;&#111;&#46;&#98;&#97;&#114;&#64;&#101;&#120;&#97;&#109;&#112;&#108;&#101;&#46;&#99;&#111;&#109;&#62;</td>
214 <td class="age">seconds ago</td>
214 <td class="age">seconds ago</td>
215 <td class="indexlinks"></td>
215 <td class="indexlinks"></td>
216 </tr>
216 </tr>
217
217
218 </table>
218 </table>
219 </div>
219 </div>
220 </div>
220 </div>
221
221
222
222
223 </body>
223 </body>
224 </html>
224 </html>
225
225
226 200 Script output follows
226 200 Script output follows
227
227
228 <?xml version="1.0" encoding="ascii"?>
228 <?xml version="1.0" encoding="ascii"?>
229 <feed xmlns="http://127.0.0.1/2005/Atom">
229 <feed xmlns="http://127.0.0.1/2005/Atom">
230 <!-- Changelog -->
230 <!-- Changelog -->
231 <id>http://127.0.0.1/t/a/</id>
231 <id>http://127.0.0.1/t/a/</id>
232 <link rel="self" href="http://127.0.0.1/t/a/atom-log"/>
232 <link rel="self" href="http://127.0.0.1/t/a/atom-log"/>
233 <link rel="alternate" href="http://127.0.0.1/t/a/"/>
233 <link rel="alternate" href="http://127.0.0.1/t/a/"/>
234 <title>t/a Changelog</title>
234 <title>t/a Changelog</title>
235 <updated>1970-01-01T00:00:01+00:00</updated>
235 <updated>1970-01-01T00:00:01+00:00</updated>
236
236
237 <entry>
237 <entry>
238 <title>a</title>
238 <title>a</title>
239 <id>http://127.0.0.1/t/a/#changeset-8580ff50825a50c8f716709acdf8de0deddcd6ab</id>
239 <id>http://127.0.0.1/t/a/#changeset-8580ff50825a50c8f716709acdf8de0deddcd6ab</id>
240 <link href="http://127.0.0.1/t/a/rev/8580ff50825a"/>
240 <link href="http://127.0.0.1/t/a/rev/8580ff50825a"/>
241 <author>
241 <author>
242 <name>test</name>
242 <name>test</name>
243 <email>&#116;&#101;&#115;&#116;</email>
243 <email>&#116;&#101;&#115;&#116;</email>
244 </author>
244 </author>
245 <updated>1970-01-01T00:00:01+00:00</updated>
245 <updated>1970-01-01T00:00:01+00:00</updated>
246 <published>1970-01-01T00:00:01+00:00</published>
246 <published>1970-01-01T00:00:01+00:00</published>
247 <content type="xhtml">
247 <content type="xhtml">
248 <div xmlns="http://127.0.0.1/1999/xhtml">
248 <div xmlns="http://127.0.0.1/1999/xhtml">
249 <pre xml:space="preserve">a</pre>
249 <pre xml:space="preserve">a</pre>
250 </div>
250 </div>
251 </content>
251 </content>
252 </entry>
252 </entry>
253
253
254 </feed>
254 </feed>
255 200 Script output follows
255 200 Script output follows
256
256
257 <?xml version="1.0" encoding="ascii"?>
257 <?xml version="1.0" encoding="ascii"?>
258 <feed xmlns="http://127.0.0.1/2005/Atom">
258 <feed xmlns="http://127.0.0.1/2005/Atom">
259 <!-- Changelog -->
259 <!-- Changelog -->
260 <id>http://127.0.0.1/t/a/</id>
260 <id>http://127.0.0.1/t/a/</id>
261 <link rel="self" href="http://127.0.0.1/t/a/atom-log"/>
261 <link rel="self" href="http://127.0.0.1/t/a/atom-log"/>
262 <link rel="alternate" href="http://127.0.0.1/t/a/"/>
262 <link rel="alternate" href="http://127.0.0.1/t/a/"/>
263 <title>t/a Changelog</title>
263 <title>t/a Changelog</title>
264 <updated>1970-01-01T00:00:01+00:00</updated>
264 <updated>1970-01-01T00:00:01+00:00</updated>
265
265
266 <entry>
266 <entry>
267 <title>a</title>
267 <title>a</title>
268 <id>http://127.0.0.1/t/a/#changeset-8580ff50825a50c8f716709acdf8de0deddcd6ab</id>
268 <id>http://127.0.0.1/t/a/#changeset-8580ff50825a50c8f716709acdf8de0deddcd6ab</id>
269 <link href="http://127.0.0.1/t/a/rev/8580ff50825a"/>
269 <link href="http://127.0.0.1/t/a/rev/8580ff50825a"/>
270 <author>
270 <author>
271 <name>test</name>
271 <name>test</name>
272 <email>&#116;&#101;&#115;&#116;</email>
272 <email>&#116;&#101;&#115;&#116;</email>
273 </author>
273 </author>
274 <updated>1970-01-01T00:00:01+00:00</updated>
274 <updated>1970-01-01T00:00:01+00:00</updated>
275 <published>1970-01-01T00:00:01+00:00</published>
275 <published>1970-01-01T00:00:01+00:00</published>
276 <content type="xhtml">
276 <content type="xhtml">
277 <div xmlns="http://127.0.0.1/1999/xhtml">
277 <div xmlns="http://127.0.0.1/1999/xhtml">
278 <pre xml:space="preserve">a</pre>
278 <pre xml:space="preserve">a</pre>
279 </div>
279 </div>
280 </content>
280 </content>
281 </entry>
281 </entry>
282
282
283 </feed>
283 </feed>
284 200 Script output follows
284 200 Script output follows
285
285
286 a
286 a
287 200 Script output follows
287 200 Script output follows
288
288
289
289
290 /coll/a/
290 /coll/a/
291 /coll/a/.hg/patches/
291 /coll/a/.hg/patches/
292 /coll/b/
292 /coll/b/
293 /coll/c/
293 /coll/c/
294
294
295 200 Script output follows
295 200 Script output follows
296
296
297 a
297 a
298 200 Script output follows
298 200 Script output follows
299
299
300
300
301 /rcoll/a/
301 /rcoll/a/
302 /rcoll/a/.hg/patches/
302 /rcoll/a/.hg/patches/
303 /rcoll/b/
303 /rcoll/b/
304 /rcoll/b/d/
304 /rcoll/b/d/
305 /rcoll/c/
305 /rcoll/c/
306
306
307 200 Script output follows
307 200 Script output follows
308
308
309 d
309 d
310 % test descend = False
310 % test descend = False
311 200 Script output follows
311 200 Script output follows
312
312
313
313
314 /c/
314 /c/
315
315
316 200 Script output follows
316 200 Script output follows
317
317
318
318
319 /t/a/
319 /t/a/
320 /t/b/
320 /t/b/
321
321
322 % collections: should succeed
322 % collections: should succeed
323 200 Script output follows
323 200 Script output follows
324
324
325
325
326 http://hg.example.com:8080/a/
326 http://hg.example.com:8080/a/
327 http://hg.example.com:8080/a/.hg/patches/
327 http://hg.example.com:8080/a/.hg/patches/
328 http://hg.example.com:8080/b/
328 http://hg.example.com:8080/b/
329 http://hg.example.com:8080/c/
329 http://hg.example.com:8080/c/
330
330
331 200 Script output follows
331 200 Script output follows
332
332
333 a
333 a
334 200 Script output follows
334 200 Script output follows
335
335
336 b
336 b
337 200 Script output follows
337 200 Script output follows
338
338
339 c
339 c
340 % paths errors 1
340 % paths errors 1
341 % paths errors 2
341 % paths errors 2
342 % paths errors 3
342 % paths errors 3
343 % collections errors
343 % collections errors
General Comments 0
You need to be logged in to leave comments. Login now