Show More
@@ -1,105 +1,105 b'' | |||
|
1 | 1 | a { text-decoration:none; } |
|
2 | 2 | .age { white-space:nowrap; } |
|
3 | 3 | .date { white-space:nowrap; } |
|
4 | 4 | .indexlinks { white-space:nowrap; } |
|
5 |
.parity0 { background-color: #ddd |
|
|
6 |
.parity1 { background-color: #eee |
|
|
7 |
.lineno { width: 60px; color: #aaa |
|
|
5 | .parity0 { background-color: #ddd; } | |
|
6 | .parity1 { background-color: #eee; } | |
|
7 | .lineno { width: 60px; color: #aaa; font-size: smaller; | |
|
8 | 8 | text-align: right; padding-right:1em; } |
|
9 | 9 | .plusline { color: green; } |
|
10 | 10 | .minusline { color: red; } |
|
11 | 11 | .atline { color: purple; } |
|
12 | 12 | .annotate { font-size: smaller; text-align: right; padding-right: 1em; } |
|
13 | 13 | .buttons a { |
|
14 |
background-color: #666 |
|
|
14 | background-color: #666; | |
|
15 | 15 | padding: 2pt; |
|
16 | 16 | color: white; |
|
17 | 17 | font-family: sans; |
|
18 | 18 | font-weight: bold; |
|
19 | 19 | } |
|
20 | 20 | .navigate a { |
|
21 | 21 | background-color: #ccc; |
|
22 | 22 | padding: 2pt; |
|
23 | 23 | font-family: sans; |
|
24 | 24 | color: black; |
|
25 | 25 | } |
|
26 | 26 | |
|
27 | 27 | .metatag { |
|
28 |
background-color: #888 |
|
|
28 | background-color: #888; | |
|
29 | 29 | color: white; |
|
30 | 30 | text-align: right; |
|
31 | 31 | } |
|
32 | 32 | |
|
33 | 33 | /* Common */ |
|
34 | 34 | pre { margin: 0; } |
|
35 | 35 | |
|
36 | 36 | .logo { |
|
37 | 37 | float: right; |
|
38 | 38 | clear: right; |
|
39 | 39 | } |
|
40 | 40 | |
|
41 | 41 | /* Changelog/Filelog entries */ |
|
42 | 42 | .logEntry { width: 100%; } |
|
43 | 43 | .logEntry .age { width: 15%; } |
|
44 | 44 | .logEntry th { font-weight: normal; text-align: right; vertical-align: top; } |
|
45 | 45 | .logEntry th.age, .logEntry th.firstline { font-weight: bold; } |
|
46 | 46 | .logEntry th.firstline { text-align: left; width: inherit; } |
|
47 | 47 | |
|
48 | 48 | /* Shortlog entries */ |
|
49 | 49 | .slogEntry { width: 100%; } |
|
50 | 50 | .slogEntry .age { width: 8em; } |
|
51 | 51 | .slogEntry td { font-weight: normal; text-align: left; vertical-align: top; } |
|
52 | 52 | .slogEntry td.author { width: 15em; } |
|
53 | 53 | |
|
54 | 54 | /* Tag entries */ |
|
55 | 55 | #tagEntries { list-style: none; margin: 0; padding: 0; } |
|
56 | 56 | #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; } |
|
57 | 57 | |
|
58 | 58 | /* Changeset entry */ |
|
59 | 59 | #changesetEntry { } |
|
60 | 60 | #changesetEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; } |
|
61 | 61 | #changesetEntry th.files, #changesetEntry th.description { vertical-align: top; } |
|
62 | 62 | |
|
63 | 63 | /* File diff view */ |
|
64 | 64 | #filediffEntry { } |
|
65 | 65 | #filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; } |
|
66 | 66 | |
|
67 | 67 | /* Graph */ |
|
68 | 68 | div#wrapper { |
|
69 | 69 | position: relative; |
|
70 | 70 | margin: 0; |
|
71 | 71 | padding: 0; |
|
72 | 72 | } |
|
73 | 73 | |
|
74 | 74 | canvas { |
|
75 | 75 | position: absolute; |
|
76 | 76 | z-index: 5; |
|
77 | 77 | top: -0.6em; |
|
78 | 78 | margin: 0; |
|
79 | 79 | } |
|
80 | 80 | |
|
81 | 81 | ul#nodebgs { |
|
82 | 82 | list-style: none inside none; |
|
83 | 83 | padding: 0; |
|
84 | 84 | margin: 0; |
|
85 | 85 | top: -0.7em; |
|
86 | 86 | } |
|
87 | 87 | |
|
88 | 88 | ul#graphnodes li, ul#nodebgs li { |
|
89 | 89 | height: 39px; |
|
90 | 90 | } |
|
91 | 91 | |
|
92 | 92 | ul#graphnodes { |
|
93 | 93 | position: absolute; |
|
94 | 94 | z-index: 10; |
|
95 | 95 | top: -0.85em; |
|
96 | 96 | list-style: none inside none; |
|
97 | 97 | padding: 0; |
|
98 | 98 | } |
|
99 | 99 | |
|
100 | 100 | ul#graphnodes li .info { |
|
101 | 101 | display: block; |
|
102 | 102 | font-size: 70%; |
|
103 | 103 | position: relative; |
|
104 | 104 | top: -1px; |
|
105 | 105 | } |
@@ -1,988 +1,988 b'' | |||
|
1 | 1 | % Set up the repo |
|
2 | 2 | adding da/foo |
|
3 | 3 | adding foo |
|
4 | 4 | marked working directory as branch stable |
|
5 | 5 | % Logs and changes |
|
6 | 6 | 200 Script output follows |
|
7 | 7 | |
|
8 | 8 | <?xml version="1.0" encoding="ascii"?> |
|
9 | 9 | <feed xmlns="http://127.0.0.1/2005/Atom"> |
|
10 | 10 | <!-- Changelog --> |
|
11 | 11 | <id>http://127.0.0.1/</id> |
|
12 | 12 | <link rel="self" href="http://127.0.0.1/atom-log"/> |
|
13 | 13 | <link rel="alternate" href="http://127.0.0.1/"/> |
|
14 | 14 | <title>test Changelog</title> |
|
15 | 15 | <updated>1970-01-01T00:00:00+00:00</updated> |
|
16 | 16 | |
|
17 | 17 | <entry> |
|
18 | 18 | <title>branch</title> |
|
19 | 19 | <id>http://127.0.0.1/#changeset-1d22e65f027e5a0609357e7d8e7508cd2ba5d2fe</id> |
|
20 | 20 | <link href="http://127.0.0.1/rev/1d22e65f027e5a0609357e7d8e7508cd2ba5d2fe"/> |
|
21 | 21 | <author> |
|
22 | 22 | <name>test</name> |
|
23 | 23 | <email>test</email> |
|
24 | 24 | </author> |
|
25 | 25 | <updated>1970-01-01T00:00:00+00:00</updated> |
|
26 | 26 | <published>1970-01-01T00:00:00+00:00</published> |
|
27 | 27 | <content type="xhtml"> |
|
28 | 28 | <div xmlns="http://127.0.0.1/1999/xhtml"> |
|
29 | 29 | <pre xml:space="preserve">branch</pre> |
|
30 | 30 | </div> |
|
31 | 31 | </content> |
|
32 | 32 | </entry> |
|
33 | 33 | <entry> |
|
34 | 34 | <title>Added tag 1.0 for changeset 2ef0ac749a14</title> |
|
35 | 35 | <id>http://127.0.0.1/#changeset-a4f92ed23982be056b9852de5dfe873eaac7f0de</id> |
|
36 | 36 | <link href="http://127.0.0.1/rev/a4f92ed23982be056b9852de5dfe873eaac7f0de"/> |
|
37 | 37 | <author> |
|
38 | 38 | <name>test</name> |
|
39 | 39 | <email>test</email> |
|
40 | 40 | </author> |
|
41 | 41 | <updated>1970-01-01T00:00:00+00:00</updated> |
|
42 | 42 | <published>1970-01-01T00:00:00+00:00</published> |
|
43 | 43 | <content type="xhtml"> |
|
44 | 44 | <div xmlns="http://127.0.0.1/1999/xhtml"> |
|
45 | 45 | <pre xml:space="preserve">Added tag 1.0 for changeset 2ef0ac749a14</pre> |
|
46 | 46 | </div> |
|
47 | 47 | </content> |
|
48 | 48 | </entry> |
|
49 | 49 | <entry> |
|
50 | 50 | <title>base</title> |
|
51 | 51 | <id>http://127.0.0.1/#changeset-2ef0ac749a14e4f57a5a822464a0902c6f7f448f</id> |
|
52 | 52 | <link href="http://127.0.0.1/rev/2ef0ac749a14e4f57a5a822464a0902c6f7f448f"/> |
|
53 | 53 | <author> |
|
54 | 54 | <name>test</name> |
|
55 | 55 | <email>test</email> |
|
56 | 56 | </author> |
|
57 | 57 | <updated>1970-01-01T00:00:00+00:00</updated> |
|
58 | 58 | <published>1970-01-01T00:00:00+00:00</published> |
|
59 | 59 | <content type="xhtml"> |
|
60 | 60 | <div xmlns="http://127.0.0.1/1999/xhtml"> |
|
61 | 61 | <pre xml:space="preserve">base</pre> |
|
62 | 62 | </div> |
|
63 | 63 | </content> |
|
64 | 64 | </entry> |
|
65 | 65 | |
|
66 | 66 | </feed> |
|
67 | 67 | 200 Script output follows |
|
68 | 68 | |
|
69 | 69 | <?xml version="1.0" encoding="ascii"?> |
|
70 | 70 | <feed xmlns="http://127.0.0.1/2005/Atom"> |
|
71 | 71 | <!-- Changelog --> |
|
72 | 72 | <id>http://127.0.0.1/</id> |
|
73 | 73 | <link rel="self" href="http://127.0.0.1/atom-log"/> |
|
74 | 74 | <link rel="alternate" href="http://127.0.0.1/"/> |
|
75 | 75 | <title>test Changelog</title> |
|
76 | 76 | <updated>1970-01-01T00:00:00+00:00</updated> |
|
77 | 77 | |
|
78 | 78 | <entry> |
|
79 | 79 | <title>branch</title> |
|
80 | 80 | <id>http://127.0.0.1/#changeset-1d22e65f027e5a0609357e7d8e7508cd2ba5d2fe</id> |
|
81 | 81 | <link href="http://127.0.0.1/rev/1d22e65f027e5a0609357e7d8e7508cd2ba5d2fe"/> |
|
82 | 82 | <author> |
|
83 | 83 | <name>test</name> |
|
84 | 84 | <email>test</email> |
|
85 | 85 | </author> |
|
86 | 86 | <updated>1970-01-01T00:00:00+00:00</updated> |
|
87 | 87 | <published>1970-01-01T00:00:00+00:00</published> |
|
88 | 88 | <content type="xhtml"> |
|
89 | 89 | <div xmlns="http://127.0.0.1/1999/xhtml"> |
|
90 | 90 | <pre xml:space="preserve">branch</pre> |
|
91 | 91 | </div> |
|
92 | 92 | </content> |
|
93 | 93 | </entry> |
|
94 | 94 | <entry> |
|
95 | 95 | <title>Added tag 1.0 for changeset 2ef0ac749a14</title> |
|
96 | 96 | <id>http://127.0.0.1/#changeset-a4f92ed23982be056b9852de5dfe873eaac7f0de</id> |
|
97 | 97 | <link href="http://127.0.0.1/rev/a4f92ed23982be056b9852de5dfe873eaac7f0de"/> |
|
98 | 98 | <author> |
|
99 | 99 | <name>test</name> |
|
100 | 100 | <email>test</email> |
|
101 | 101 | </author> |
|
102 | 102 | <updated>1970-01-01T00:00:00+00:00</updated> |
|
103 | 103 | <published>1970-01-01T00:00:00+00:00</published> |
|
104 | 104 | <content type="xhtml"> |
|
105 | 105 | <div xmlns="http://127.0.0.1/1999/xhtml"> |
|
106 | 106 | <pre xml:space="preserve">Added tag 1.0 for changeset 2ef0ac749a14</pre> |
|
107 | 107 | </div> |
|
108 | 108 | </content> |
|
109 | 109 | </entry> |
|
110 | 110 | <entry> |
|
111 | 111 | <title>base</title> |
|
112 | 112 | <id>http://127.0.0.1/#changeset-2ef0ac749a14e4f57a5a822464a0902c6f7f448f</id> |
|
113 | 113 | <link href="http://127.0.0.1/rev/2ef0ac749a14e4f57a5a822464a0902c6f7f448f"/> |
|
114 | 114 | <author> |
|
115 | 115 | <name>test</name> |
|
116 | 116 | <email>test</email> |
|
117 | 117 | </author> |
|
118 | 118 | <updated>1970-01-01T00:00:00+00:00</updated> |
|
119 | 119 | <published>1970-01-01T00:00:00+00:00</published> |
|
120 | 120 | <content type="xhtml"> |
|
121 | 121 | <div xmlns="http://127.0.0.1/1999/xhtml"> |
|
122 | 122 | <pre xml:space="preserve">base</pre> |
|
123 | 123 | </div> |
|
124 | 124 | </content> |
|
125 | 125 | </entry> |
|
126 | 126 | |
|
127 | 127 | </feed> |
|
128 | 128 | 200 Script output follows |
|
129 | 129 | |
|
130 | 130 | <?xml version="1.0" encoding="ascii"?> |
|
131 | 131 | <feed xmlns="http://127.0.0.1/2005/Atom"> |
|
132 | 132 | <id>http://127.0.0.1/atom-log/tip/foo</id> |
|
133 | 133 | <link rel="self" href="http://127.0.0.1/atom-log/tip/foo"/> |
|
134 | 134 | <title>test: foo history</title> |
|
135 | 135 | <updated>1970-01-01T00:00:00+00:00</updated> |
|
136 | 136 | |
|
137 | 137 | <entry> |
|
138 | 138 | <title>base</title> |
|
139 | 139 | <id>http://127.0.0.1/#changeset-2ef0ac749a14e4f57a5a822464a0902c6f7f448f</id> |
|
140 | 140 | <link href="http://127.0.0.1/rev/2ef0ac749a14e4f57a5a822464a0902c6f7f448f"/> |
|
141 | 141 | <author> |
|
142 | 142 | <name>test</name> |
|
143 | 143 | <email>test</email> |
|
144 | 144 | </author> |
|
145 | 145 | <updated>1970-01-01T00:00:00+00:00</updated> |
|
146 | 146 | <published>1970-01-01T00:00:00+00:00</published> |
|
147 | 147 | <content type="xhtml"> |
|
148 | 148 | <div xmlns="http://127.0.0.1/1999/xhtml"> |
|
149 | 149 | <pre xml:space="preserve">base</pre> |
|
150 | 150 | </div> |
|
151 | 151 | </content> |
|
152 | 152 | </entry> |
|
153 | 153 | |
|
154 | 154 | </feed> |
|
155 | 155 | 200 Script output follows |
|
156 | 156 | |
|
157 | 157 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
|
158 | 158 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> |
|
159 | 159 | <head> |
|
160 | 160 | <link rel="icon" href="/static/hgicon.png" type="image/png" /> |
|
161 | 161 | <meta name="robots" content="index, nofollow" /> |
|
162 | 162 | <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> |
|
163 | 163 | |
|
164 | 164 | <title>test: log</title> |
|
165 | 165 | <link rel="alternate" type="application/atom+xml" |
|
166 | 166 | href="/atom-log" title="Atom feed for test" /> |
|
167 | 167 | <link rel="alternate" type="application/rss+xml" |
|
168 | 168 | href="/rss-log" title="RSS feed for test" /> |
|
169 | 169 | </head> |
|
170 | 170 | <body> |
|
171 | 171 | |
|
172 | 172 | <div class="container"> |
|
173 | 173 | <div class="menu"> |
|
174 | 174 | <div class="logo"> |
|
175 | 175 | <a href="http://www.selenic.com/mercurial/"> |
|
176 | 176 | <img src="/static/hglogo.png" alt="mercurial" /></a> |
|
177 | 177 | </div> |
|
178 | 178 | <ul> |
|
179 | 179 | <li class="active">log</li> |
|
180 | 180 | <li><a href="/graph/1d22e65f027e">graph</a></li> |
|
181 | 181 | <li><a href="/tags">tags</a></li> |
|
182 | 182 | <li><a href="/branches">branches</a></li> |
|
183 | 183 | </ul> |
|
184 | 184 | <ul> |
|
185 | 185 | <li><a href="/rev/1d22e65f027e">changeset</a></li> |
|
186 | 186 | <li><a href="/file/1d22e65f027e">browse</a></li> |
|
187 | 187 | </ul> |
|
188 | 188 | <ul> |
|
189 | 189 | |
|
190 | 190 | </ul> |
|
191 | 191 | </div> |
|
192 | 192 | |
|
193 | 193 | <div class="main"> |
|
194 | 194 | <h2><a href="/">test</a></h2> |
|
195 | 195 | <h3>log</h3> |
|
196 | 196 | |
|
197 | 197 | <form class="search" action="/log"> |
|
198 | 198 | |
|
199 | 199 | <p><input name="rev" id="search1" type="text" size="30" /></p> |
|
200 | 200 | <div id="hint">find changesets by author, revision, |
|
201 | 201 | files, or words in the commit message</div> |
|
202 | 202 | </form> |
|
203 | 203 | |
|
204 | 204 | <div class="navigate">rev 2: <a href="/shortlog/2ef0ac749a14">(0)</a> <a href="/shortlog/tip">tip</a> </div> |
|
205 | 205 | |
|
206 | 206 | <table class="bigtable"> |
|
207 | 207 | <tr> |
|
208 | 208 | <th class="age">age</th> |
|
209 | 209 | <th class="author">author</th> |
|
210 | 210 | <th class="description">description</th> |
|
211 | 211 | </tr> |
|
212 | 212 | <tr class="parity0"> |
|
213 | 213 | <td class="age">many years</td> |
|
214 | 214 | <td class="author">test</td> |
|
215 | 215 | <td class="description"><a href="/rev/1d22e65f027e">branch</a><span class="branchhead">stable</span> <span class="tag">tip</span> </td> |
|
216 | 216 | </tr> |
|
217 | 217 | <tr class="parity1"> |
|
218 | 218 | <td class="age">many years</td> |
|
219 | 219 | <td class="author">test</td> |
|
220 | 220 | <td class="description"><a href="/rev/a4f92ed23982">Added tag 1.0 for changeset 2ef0ac749a14</a><span class="branchhead">default</span> </td> |
|
221 | 221 | </tr> |
|
222 | 222 | <tr class="parity0"> |
|
223 | 223 | <td class="age">many years</td> |
|
224 | 224 | <td class="author">test</td> |
|
225 | 225 | <td class="description"><a href="/rev/2ef0ac749a14">base</a><span class="tag">1.0</span> </td> |
|
226 | 226 | </tr> |
|
227 | 227 | |
|
228 | 228 | </table> |
|
229 | 229 | |
|
230 | 230 | <div class="navigate">rev 2: <a href="/shortlog/2ef0ac749a14">(0)</a> <a href="/shortlog/tip">tip</a> </div> |
|
231 | 231 | </div> |
|
232 | 232 | </div> |
|
233 | 233 | |
|
234 | 234 | |
|
235 | 235 | |
|
236 | 236 | </body> |
|
237 | 237 | </html> |
|
238 | 238 | |
|
239 | 239 | 200 Script output follows |
|
240 | 240 | |
|
241 | 241 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
|
242 | 242 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> |
|
243 | 243 | <head> |
|
244 | 244 | <link rel="icon" href="/static/hgicon.png" type="image/png" /> |
|
245 | 245 | <meta name="robots" content="index, nofollow" /> |
|
246 | 246 | <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> |
|
247 | 247 | |
|
248 | 248 | <title>test: 2ef0ac749a14</title> |
|
249 | 249 | </head> |
|
250 | 250 | <body> |
|
251 | 251 | <div class="container"> |
|
252 | 252 | <div class="menu"> |
|
253 | 253 | <div class="logo"> |
|
254 | 254 | <a href="http://www.selenic.com/mercurial/"> |
|
255 | 255 | <img src="/static/hglogo.png" alt="mercurial" /></a> |
|
256 | 256 | </div> |
|
257 | 257 | <ul> |
|
258 | 258 | <li><a href="/shortlog/2ef0ac749a14">log</a></li> |
|
259 | 259 | <li><a href="/graph/2ef0ac749a14">graph</a></li> |
|
260 | 260 | <li><a href="/tags">tags</a></li> |
|
261 | 261 | <li><a href="/branches">branches</a></li> |
|
262 | 262 | </ul> |
|
263 | 263 | <ul> |
|
264 | 264 | <li class="active">changeset</li> |
|
265 | 265 | <li><a href="/raw-rev/2ef0ac749a14">raw</a></li> |
|
266 | 266 | <li><a href="/file/2ef0ac749a14">browse</a></li> |
|
267 | 267 | </ul> |
|
268 | 268 | <ul> |
|
269 | 269 | |
|
270 | 270 | </ul> |
|
271 | 271 | </div> |
|
272 | 272 | |
|
273 | 273 | <div class="main"> |
|
274 | 274 | |
|
275 | 275 | <h2><a href="/">test</a></h2> |
|
276 | 276 | <h3>changeset 0:2ef0ac749a14 <span class="tag">1.0</span> </h3> |
|
277 | 277 | |
|
278 | 278 | <form class="search" action="/log"> |
|
279 | 279 | |
|
280 | 280 | <p><input name="rev" id="search1" type="text" size="30" /></p> |
|
281 | 281 | <div id="hint">find changesets by author, revision, |
|
282 | 282 | files, or words in the commit message</div> |
|
283 | 283 | </form> |
|
284 | 284 | |
|
285 | 285 | <div class="description">base</div> |
|
286 | 286 | |
|
287 | 287 | <table id="changesetEntry"> |
|
288 | 288 | <tr> |
|
289 | 289 | <th class="author">author</th> |
|
290 | 290 | <td class="author">test</td> |
|
291 | 291 | </tr> |
|
292 | 292 | <tr> |
|
293 | 293 | <th class="date">date</th> |
|
294 | 294 | <td class="date">Thu Jan 01 00:00:00 1970 +0000 (many years ago)</td></tr> |
|
295 | 295 | <tr> |
|
296 | 296 | <th class="author">parents</th> |
|
297 | 297 | <td class="author"></td> |
|
298 | 298 | </tr> |
|
299 | 299 | <tr> |
|
300 | 300 | <th class="author">children</th> |
|
301 | 301 | <td class="author"> <a href="/rev/a4f92ed23982">a4f92ed23982</a></td> |
|
302 | 302 | </tr> |
|
303 | 303 | <tr> |
|
304 | 304 | <th class="files">files</th> |
|
305 | 305 | <td class="files"><a href="/file/2ef0ac749a14/da/foo">da/foo</a> <a href="/file/2ef0ac749a14/foo">foo</a> </td> |
|
306 | 306 | </tr> |
|
307 | 307 | </table> |
|
308 | 308 | |
|
309 | 309 | <div class="overflow"> |
|
310 | 310 | <div class="sourcefirst"> line diff</div> |
|
311 | 311 | |
|
312 | 312 | <div class="source bottomline parity0"><pre><a href="#l1.1" id="l1.1"> 1.1</a> <span class="minusline">--- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
313 | 313 | </span><a href="#l1.2" id="l1.2"> 1.2</a> <span class="plusline">+++ b/da/foo Thu Jan 01 00:00:00 1970 +0000 |
|
314 | 314 | </span><a href="#l1.3" id="l1.3"> 1.3</a> <span class="atline">@@ -0,0 +1,1 @@ |
|
315 | 315 | </span><a href="#l1.4" id="l1.4"> 1.4</a> <span class="plusline">+foo |
|
316 | 316 | </span></pre></div><div class="source bottomline parity1"><pre><a href="#l2.1" id="l2.1"> 2.1</a> <span class="minusline">--- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
317 | 317 | </span><a href="#l2.2" id="l2.2"> 2.2</a> <span class="plusline">+++ b/foo Thu Jan 01 00:00:00 1970 +0000 |
|
318 | 318 | </span><a href="#l2.3" id="l2.3"> 2.3</a> <span class="atline">@@ -0,0 +1,1 @@ |
|
319 | 319 | </span><a href="#l2.4" id="l2.4"> 2.4</a> <span class="plusline">+foo |
|
320 | 320 | </span></pre></div> |
|
321 | 321 | </div> |
|
322 | 322 | |
|
323 | 323 | </div> |
|
324 | 324 | </div> |
|
325 | 325 | |
|
326 | 326 | |
|
327 | 327 | </body> |
|
328 | 328 | </html> |
|
329 | 329 | |
|
330 | 330 | 200 Script output follows |
|
331 | 331 | |
|
332 | 332 | |
|
333 | 333 | # HG changeset patch |
|
334 | 334 | # User test |
|
335 | 335 | # Date 0 0 |
|
336 | 336 | # Node ID a4f92ed23982be056b9852de5dfe873eaac7f0de |
|
337 | 337 | # Parent 2ef0ac749a14e4f57a5a822464a0902c6f7f448f |
|
338 | 338 | Added tag 1.0 for changeset 2ef0ac749a14 |
|
339 | 339 | |
|
340 | 340 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
341 | 341 | +++ b/.hgtags Thu Jan 01 00:00:00 1970 +0000 |
|
342 | 342 | @@ -0,0 +1,1 @@ |
|
343 | 343 | +2ef0ac749a14e4f57a5a822464a0902c6f7f448f 1.0 |
|
344 | 344 | |
|
345 | 345 | % File-related |
|
346 | 346 | 200 Script output follows |
|
347 | 347 | |
|
348 | 348 | foo |
|
349 | 349 | 200 Script output follows |
|
350 | 350 | |
|
351 | 351 | |
|
352 | 352 | test@0: foo |
|
353 | 353 | |
|
354 | 354 | |
|
355 | 355 | |
|
356 | 356 | |
|
357 | 357 | 200 Script output follows |
|
358 | 358 | |
|
359 | 359 | |
|
360 | 360 | drwxr-xr-x da |
|
361 | 361 | -rw-r--r-- 45 .hgtags |
|
362 | 362 | -rw-r--r-- 4 foo |
|
363 | 363 | |
|
364 | 364 | |
|
365 | 365 | 200 Script output follows |
|
366 | 366 | |
|
367 | 367 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
|
368 | 368 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US"> |
|
369 | 369 | <head> |
|
370 | 370 | <link rel="icon" href="/static/hgicon.png" type="image/png" /> |
|
371 | 371 | <meta name="robots" content="index, nofollow" /> |
|
372 | 372 | <link rel="stylesheet" href="/static/style-paper.css" type="text/css" /> |
|
373 | 373 | |
|
374 | 374 | <title>test: a4f92ed23982 foo</title> |
|
375 | 375 | </head> |
|
376 | 376 | <body> |
|
377 | 377 | |
|
378 | 378 | <div class="container"> |
|
379 | 379 | <div class="menu"> |
|
380 | 380 | <div class="logo"> |
|
381 | 381 | <a href="http://www.selenic.com/mercurial/"> |
|
382 | 382 | <img src="/static/hglogo.png" alt="mercurial" /></a> |
|
383 | 383 | </div> |
|
384 | 384 | <ul> |
|
385 | 385 | <li><a href="/shortlog/a4f92ed23982">log</a></li> |
|
386 | 386 | <li><a href="/graph/a4f92ed23982">graph</a></li> |
|
387 | 387 | <li><a href="/tags">tags</a></li> |
|
388 | 388 | <li><a href="/branches">branches</a></li> |
|
389 | 389 | </ul> |
|
390 | 390 | <ul> |
|
391 | 391 | <li><a href="/rev/a4f92ed23982">changeset</a></li> |
|
392 | 392 | <li><a href="/file/a4f92ed23982/">browse</a></li> |
|
393 | 393 | </ul> |
|
394 | 394 | <ul> |
|
395 | 395 | <li class="active">file</li> |
|
396 | 396 | <li><a href="/diff/a4f92ed23982/foo">diff</a></li> |
|
397 | 397 | <li><a href="/annotate/a4f92ed23982/foo">annotate</a></li> |
|
398 | 398 | <li><a href="/log/a4f92ed23982/foo">file log</a></li> |
|
399 | 399 | <li><a href="/raw-file/a4f92ed23982/foo">raw</a></li> |
|
400 | 400 | </ul> |
|
401 | 401 | </div> |
|
402 | 402 | |
|
403 | 403 | <div class="main"> |
|
404 | 404 | <h2><a href="/">test</a></h2> |
|
405 | 405 | <h3>view foo @ 1:a4f92ed23982</h3> |
|
406 | 406 | |
|
407 | 407 | <form class="search" action="/log"> |
|
408 | 408 | |
|
409 | 409 | <p><input name="rev" id="search1" type="text" size="30" /></p> |
|
410 | 410 | <div id="hint">find changesets by author, revision, |
|
411 | 411 | files, or words in the commit message</div> |
|
412 | 412 | </form> |
|
413 | 413 | |
|
414 | 414 | <div class="description">Added tag 1.0 for changeset 2ef0ac749a14</div> |
|
415 | 415 | |
|
416 | 416 | <table id="changesetEntry"> |
|
417 | 417 | <tr> |
|
418 | 418 | <th class="author">author</th> |
|
419 | 419 | <td class="author">test</td> |
|
420 | 420 | </tr> |
|
421 | 421 | <tr> |
|
422 | 422 | <th class="date">date</th> |
|
423 | 423 | <td class="date">Thu Jan 01 00:00:00 1970 +0000 (many years ago)</td> |
|
424 | 424 | </tr> |
|
425 | 425 | <tr> |
|
426 | 426 | <th class="author">parents</th> |
|
427 | 427 | <td class="author"></td> |
|
428 | 428 | </tr> |
|
429 | 429 | <tr> |
|
430 | 430 | <th class="author">children</th> |
|
431 | 431 | <td class="author"><a href="/file/1d22e65f027e/foo">1d22e65f027e</a> </td> |
|
432 | 432 | </tr> |
|
433 | 433 | |
|
434 | 434 | </table> |
|
435 | 435 | |
|
436 | 436 | <div class="overflow"> |
|
437 | 437 | <div class="sourcefirst"> line source</div> |
|
438 | 438 | |
|
439 | 439 | <div class="parity0 source"><a href="#l1" id="l1"> 1</a> foo |
|
440 | 440 | </div> |
|
441 | 441 | <div class="sourcelast"></div> |
|
442 | 442 | </div> |
|
443 | 443 | </div> |
|
444 | 444 | </div> |
|
445 | 445 | |
|
446 | 446 | |
|
447 | 447 | |
|
448 | 448 | </body> |
|
449 | 449 | </html> |
|
450 | 450 | |
|
451 | 451 | 200 Script output follows |
|
452 | 452 | |
|
453 | 453 | |
|
454 | 454 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
455 | 455 | +++ b/foo Thu Jan 01 00:00:00 1970 +0000 |
|
456 | 456 | @@ -0,0 +1,1 @@ |
|
457 | 457 | +foo |
|
458 | 458 | |
|
459 | 459 | |
|
460 | 460 | |
|
461 | 461 | |
|
462 | 462 | % Overviews |
|
463 | 463 | 200 Script output follows |
|
464 | 464 | |
|
465 | 465 | <?xml version="1.0" encoding="ascii"?> |
|
466 | 466 | <feed xmlns="http://127.0.0.1/2005/Atom"> |
|
467 | 467 | <id>http://127.0.0.1/</id> |
|
468 | 468 | <link rel="self" href="http://127.0.0.1/atom-tags"/> |
|
469 | 469 | <link rel="alternate" href="http://127.0.0.1/tags"/> |
|
470 | 470 | <title>test: tags</title> |
|
471 | 471 | <summary>test tag history</summary> |
|
472 | 472 | <author><name>Mercurial SCM</name></author> |
|
473 | 473 | <updated>1970-01-01T00:00:00+00:00</updated> |
|
474 | 474 | |
|
475 | 475 | <entry> |
|
476 | 476 | <title>1.0</title> |
|
477 | 477 | <link rel="alternate" href="http://127.0.0.1/rev/2ef0ac749a14e4f57a5a822464a0902c6f7f448f"/> |
|
478 | 478 | <id>http://127.0.0.1/#tag-2ef0ac749a14e4f57a5a822464a0902c6f7f448f</id> |
|
479 | 479 | <updated>1970-01-01T00:00:00+00:00</updated> |
|
480 | 480 | <published>1970-01-01T00:00:00+00:00</published> |
|
481 | 481 | <content type="text">1.0</content> |
|
482 | 482 | </entry> |
|
483 | 483 | |
|
484 | 484 | </feed> |
|
485 | 485 | 200 Script output follows |
|
486 | 486 | |
|
487 | 487 | <?xml version="1.0" encoding="ascii"?> |
|
488 | 488 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://127.0.0.1/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|
489 | 489 | <html xmlns="http://127.0.0.1/1999/xhtml" xml:lang="en-US" lang="en-US"> |
|
490 | 490 | <head> |
|
491 | 491 | <link rel="icon" href="/static/hgicon.png" type="image/png" /> |
|
492 | 492 | <meta name="robots" content="index, nofollow"/> |
|
493 | 493 | <link rel="stylesheet" href="/static/style-gitweb.css" type="text/css" /> |
|
494 | 494 | |
|
495 | 495 | |
|
496 | 496 | <title>test: Branches</title> |
|
497 | 497 | <link rel="alternate" type="application/atom+xml" |
|
498 | 498 | href="/atom-tags" title="Atom feed for test"/> |
|
499 | 499 | <link rel="alternate" type="application/rss+xml" |
|
500 | 500 | href="/rss-tags" title="RSS feed for test"/> |
|
501 | 501 | </head> |
|
502 | 502 | <body> |
|
503 | 503 | |
|
504 | 504 | <div class="page_header"> |
|
505 | 505 | <a href="http://127.0.0.1/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="/summary?style=gitweb">test</a> / branches |
|
506 | 506 | </div> |
|
507 | 507 | |
|
508 | 508 | <div class="page_nav"> |
|
509 | 509 | <a href="/summary?style=gitweb">summary</a> | |
|
510 | 510 | <a href="/shortlog?style=gitweb">shortlog</a> | |
|
511 | 511 | <a href="/log?style=gitweb">changelog</a> | |
|
512 | 512 | <a href="/graph?style=gitweb">graph</a> | |
|
513 | 513 | <a href="/tags?style=gitweb">tags</a> | |
|
514 | 514 | branches | |
|
515 | 515 | <a href="/file/1d22e65f027e?style=gitweb">files</a> |
|
516 | 516 | <br/> |
|
517 | 517 | </div> |
|
518 | 518 | |
|
519 | 519 | <div class="title"> </div> |
|
520 | 520 | <table cellspacing="0"> |
|
521 | 521 | |
|
522 | 522 | <tr class="parity0"> |
|
523 | 523 | <td class="age"><i>many years ago</i></td> |
|
524 | 524 | <td><a class="list" href="/shortlog/1d22e65f027e?style=gitweb"><b>1d22e65f027e</b></a></td> |
|
525 | 525 | <td>stable</td> |
|
526 | 526 | <td class="link"> |
|
527 | 527 | <a href="/changeset/1d22e65f027e?style=gitweb">changeset</a> | |
|
528 | 528 | <a href="/log/1d22e65f027e?style=gitweb">changelog</a> | |
|
529 | 529 | <a href="/file/1d22e65f027e?style=gitweb">files</a> |
|
530 | 530 | </td> |
|
531 | 531 | </tr> |
|
532 | 532 | <tr class="parity1"> |
|
533 | 533 | <td class="age"><i>many years ago</i></td> |
|
534 | 534 | <td><a class="list" href="/shortlog/a4f92ed23982?style=gitweb"><b>a4f92ed23982</b></a></td> |
|
535 | 535 | <td>default</td> |
|
536 | 536 | <td class="link"> |
|
537 | 537 | <a href="/changeset/a4f92ed23982?style=gitweb">changeset</a> | |
|
538 | 538 | <a href="/log/a4f92ed23982?style=gitweb">changelog</a> | |
|
539 | 539 | <a href="/file/a4f92ed23982?style=gitweb">files</a> |
|
540 | 540 | </td> |
|
541 | 541 | </tr> |
|
542 | 542 | </table> |
|
543 | 543 | |
|
544 | 544 | <div class="page_footer"> |
|
545 | 545 | <div class="page_footer_text">test</div> |
|
546 | 546 | <div class="rss_logo"> |
|
547 | 547 | <a href="/rss-log">RSS</a> |
|
548 | 548 | <a href="/atom-log">Atom</a> |
|
549 | 549 | </div> |
|
550 | 550 | <br /> |
|
551 | 551 | |
|
552 | 552 | </div> |
|
553 | 553 | </body> |
|
554 | 554 | </html> |
|
555 | 555 | |
|
556 | 556 | 200 Script output follows |
|
557 | 557 | |
|
558 | 558 | <?xml version="1.0" encoding="ascii"?> |
|
559 | 559 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|
560 | 560 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> |
|
561 | 561 | <head> |
|
562 | 562 | <link rel="icon" href="/static/hgicon.png" type="image/png" /> |
|
563 | 563 | <meta name="robots" content="index, nofollow"/> |
|
564 | 564 | <link rel="stylesheet" href="/static/style-gitweb.css" type="text/css" /> |
|
565 | 565 | |
|
566 | 566 | |
|
567 | 567 | <title>test: Summary</title> |
|
568 | 568 | <link rel="alternate" type="application/atom+xml" |
|
569 | 569 | href="/atom-log" title="Atom feed for test"/> |
|
570 | 570 | <link rel="alternate" type="application/rss+xml" |
|
571 | 571 | href="/rss-log" title="RSS feed for test"/> |
|
572 | 572 | </head> |
|
573 | 573 | <body> |
|
574 | 574 | |
|
575 | 575 | <div class="page_header"> |
|
576 | 576 | <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="/summary?style=gitweb">test</a> / summary |
|
577 | 577 | |
|
578 | 578 | <form action="/log"> |
|
579 | 579 | <input type="hidden" name="style" value="gitweb" /> |
|
580 | 580 | <div class="search"> |
|
581 | 581 | <input type="text" name="rev" /> |
|
582 | 582 | </div> |
|
583 | 583 | </form> |
|
584 | 584 | </div> |
|
585 | 585 | |
|
586 | 586 | <div class="page_nav"> |
|
587 | 587 | summary | |
|
588 | 588 | <a href="/shortlog?style=gitweb">shortlog</a> | |
|
589 | 589 | <a href="/log?style=gitweb">changelog</a> | |
|
590 | 590 | <a href="/graph?style=gitweb">graph</a> | |
|
591 | 591 | <a href="/tags?style=gitweb">tags</a> | |
|
592 | 592 | <a href="/branches?style=gitweb">branches</a> | |
|
593 | 593 | <a href="/file/1d22e65f027e?style=gitweb">files</a> |
|
594 | 594 | <br/> |
|
595 | 595 | </div> |
|
596 | 596 | |
|
597 | 597 | <div class="title"> </div> |
|
598 | 598 | <table cellspacing="0"> |
|
599 | 599 | <tr><td>description</td><td>unknown</td></tr> |
|
600 | 600 | <tr><td>owner</td><td>Foo Bar <foo.bar@example.com></td></tr> |
|
601 | 601 | <tr><td>last change</td><td>Thu, 01 Jan 1970 00:00:00 +0000</td></tr> |
|
602 | 602 | </table> |
|
603 | 603 | |
|
604 | 604 | <div><a class="title" href="/shortlog?style=gitweb">changes</a></div> |
|
605 | 605 | <table cellspacing="0"> |
|
606 | 606 | |
|
607 | 607 | <tr class="parity0"> |
|
608 | 608 | <td class="age"><i>many years ago</i></td> |
|
609 | 609 | <td><i>test</i></td> |
|
610 | 610 | <td> |
|
611 | 611 | <a class="list" href="/rev/1d22e65f027e?style=gitweb"> |
|
612 | 612 | <b>branch</b> |
|
613 | 613 | <span class="logtags"><span class="branchtag" title="stable">stable</span> <span class="tagtag" title="tip">tip</span> </span> |
|
614 | 614 | </a> |
|
615 | 615 | </td> |
|
616 | 616 | <td class="link" nowrap> |
|
617 | 617 | <a href="/rev/1d22e65f027e?style=gitweb">changeset</a> | |
|
618 | 618 | <a href="/file/1d22e65f027e?style=gitweb">files</a> |
|
619 | 619 | </td> |
|
620 | 620 | </tr> |
|
621 | 621 | <tr class="parity1"> |
|
622 | 622 | <td class="age"><i>many years ago</i></td> |
|
623 | 623 | <td><i>test</i></td> |
|
624 | 624 | <td> |
|
625 | 625 | <a class="list" href="/rev/a4f92ed23982?style=gitweb"> |
|
626 | 626 | <b>Added tag 1.0 for changeset 2ef0ac749a14</b> |
|
627 | 627 | <span class="logtags"><span class="branchtag" title="default">default</span> </span> |
|
628 | 628 | </a> |
|
629 | 629 | </td> |
|
630 | 630 | <td class="link" nowrap> |
|
631 | 631 | <a href="/rev/a4f92ed23982?style=gitweb">changeset</a> | |
|
632 | 632 | <a href="/file/a4f92ed23982?style=gitweb">files</a> |
|
633 | 633 | </td> |
|
634 | 634 | </tr> |
|
635 | 635 | <tr class="parity0"> |
|
636 | 636 | <td class="age"><i>many years ago</i></td> |
|
637 | 637 | <td><i>test</i></td> |
|
638 | 638 | <td> |
|
639 | 639 | <a class="list" href="/rev/2ef0ac749a14?style=gitweb"> |
|
640 | 640 | <b>base</b> |
|
641 | 641 | <span class="logtags"><span class="tagtag" title="1.0">1.0</span> </span> |
|
642 | 642 | </a> |
|
643 | 643 | </td> |
|
644 | 644 | <td class="link" nowrap> |
|
645 | 645 | <a href="/rev/2ef0ac749a14?style=gitweb">changeset</a> | |
|
646 | 646 | <a href="/file/2ef0ac749a14?style=gitweb">files</a> |
|
647 | 647 | </td> |
|
648 | 648 | </tr> |
|
649 | 649 | <tr class="light"><td colspan="4"><a class="list" href="/shortlog?style=gitweb">...</a></td></tr> |
|
650 | 650 | </table> |
|
651 | 651 | |
|
652 | 652 | <div><a class="title" href="/tags?style=gitweb">tags</a></div> |
|
653 | 653 | <table cellspacing="0"> |
|
654 | 654 | |
|
655 | 655 | <tr class="parity0"> |
|
656 | 656 | <td class="age"><i>many years ago</i></td> |
|
657 | 657 | <td><a class="list" href="/rev/2ef0ac749a14?style=gitweb"><b>1.0</b></a></td> |
|
658 | 658 | <td class="link"> |
|
659 | 659 | <a href="/rev/2ef0ac749a14?style=gitweb">changeset</a> | |
|
660 | 660 | <a href="/log/2ef0ac749a14?style=gitweb">changelog</a> | |
|
661 | 661 | <a href="/file/2ef0ac749a14?style=gitweb">files</a> |
|
662 | 662 | </td> |
|
663 | 663 | </tr> |
|
664 | 664 | <tr class="light"><td colspan="3"><a class="list" href="/tags?style=gitweb">...</a></td></tr> |
|
665 | 665 | </table> |
|
666 | 666 | |
|
667 | 667 | <div><a class="title" href="#">branches</a></div> |
|
668 | 668 | <table cellspacing="0"> |
|
669 | 669 | |
|
670 | 670 | <tr class="parity0"> |
|
671 | 671 | <td class="age"><i>many years ago</i></td> |
|
672 | 672 | <td><a class="list" href="/shortlog/1d22e65f027e?style=gitweb"><b>1d22e65f027e</b></a></td> |
|
673 | 673 | <td>stable</td> |
|
674 | 674 | <td class="link"> |
|
675 | 675 | <a href="/changeset/1d22e65f027e?style=gitweb">changeset</a> | |
|
676 | 676 | <a href="/log/1d22e65f027e?style=gitweb">changelog</a> | |
|
677 | 677 | <a href="/file/1d22e65f027e?style=gitweb">files</a> |
|
678 | 678 | </td> |
|
679 | 679 | </tr> |
|
680 | 680 | <tr class="parity1"> |
|
681 | 681 | <td class="age"><i>many years ago</i></td> |
|
682 | 682 | <td><a class="list" href="/shortlog/a4f92ed23982?style=gitweb"><b>a4f92ed23982</b></a></td> |
|
683 | 683 | <td>default</td> |
|
684 | 684 | <td class="link"> |
|
685 | 685 | <a href="/changeset/a4f92ed23982?style=gitweb">changeset</a> | |
|
686 | 686 | <a href="/log/a4f92ed23982?style=gitweb">changelog</a> | |
|
687 | 687 | <a href="/file/a4f92ed23982?style=gitweb">files</a> |
|
688 | 688 | </td> |
|
689 | 689 | </tr> |
|
690 | 690 | <tr class="light"> |
|
691 | 691 | <td colspan="4"><a class="list" href="#">...</a></td> |
|
692 | 692 | </tr> |
|
693 | 693 | </table> |
|
694 | 694 | <div class="page_footer"> |
|
695 | 695 | <div class="page_footer_text">test</div> |
|
696 | 696 | <div class="rss_logo"> |
|
697 | 697 | <a href="/rss-log">RSS</a> |
|
698 | 698 | <a href="/atom-log">Atom</a> |
|
699 | 699 | </div> |
|
700 | 700 | <br /> |
|
701 | 701 | |
|
702 | 702 | </div> |
|
703 | 703 | </body> |
|
704 | 704 | </html> |
|
705 | 705 | |
|
706 | 706 | 200 Script output follows |
|
707 | 707 | |
|
708 | 708 | <?xml version="1.0" encoding="ascii"?> |
|
709 | 709 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|
710 | 710 | <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US"> |
|
711 | 711 | <head> |
|
712 | 712 | <link rel="icon" href="/static/hgicon.png" type="image/png" /> |
|
713 | 713 | <meta name="robots" content="index, nofollow"/> |
|
714 | 714 | <link rel="stylesheet" href="/static/style-gitweb.css" type="text/css" /> |
|
715 | 715 | |
|
716 | 716 | |
|
717 | 717 | <title>test: Graph</title> |
|
718 | 718 | <link rel="alternate" type="application/atom+xml" |
|
719 | 719 | href="/atom-log" title="Atom feed for test"/> |
|
720 | 720 | <link rel="alternate" type="application/rss+xml" |
|
721 | 721 | href="/rss-log" title="RSS feed for test"/> |
|
722 | 722 | <!--[if IE]><script type="text/javascript" src="/static/excanvas.js"></script><![endif]--> |
|
723 | 723 | </head> |
|
724 | 724 | <body> |
|
725 | 725 | |
|
726 | 726 | <div class="page_header"> |
|
727 | 727 | <a href="http://www.selenic.com/mercurial/" title="Mercurial" style="float: right;">Mercurial</a><a href="/summary?style=gitweb">test</a> / graph |
|
728 | 728 | </div> |
|
729 | 729 | |
|
730 | 730 | <form action="/log"> |
|
731 | 731 | <input type="hidden" name="style" value="gitweb" /> |
|
732 | 732 | <div class="search"> |
|
733 | 733 | <input type="text" name="rev" /> |
|
734 | 734 | </div> |
|
735 | 735 | </form> |
|
736 | 736 | <div class="page_nav"> |
|
737 | 737 | <a href="/summary?style=gitweb">summary</a> | |
|
738 | 738 | <a href="/shortlog?style=gitweb">shortlog</a> | |
|
739 | 739 | <a href="/log/2?style=gitweb">changelog</a> | |
|
740 | 740 | graph | |
|
741 | 741 | <a href="/tags?style=gitweb">tags</a> | |
|
742 | 742 | <a href="/branches?style=gitweb">branches</a> | |
|
743 | 743 | <a href="/file/1d22e65f027e?style=gitweb">files</a> |
|
744 | 744 | <br/> |
|
745 | 745 | <a href="/graph/2?style=gitweb&revcount=12">less</a> |
|
746 | 746 | <a href="/graph/2?style=gitweb&revcount=50">more</a> |
|
747 | 747 | | <a href="/graph/2ef0ac749a14?style=gitweb">(0)</a> <a href="/graph/2ef0ac749a14?style=gitweb">-2</a> <a href="/graph/tip?style=gitweb">tip</a> <br/> |
|
748 | 748 | </div> |
|
749 | 749 | |
|
750 | 750 | <div class="title"> </div> |
|
751 | 751 | |
|
752 | 752 | <noscript>The revision graph only works with JavaScript-enabled browsers.</noscript> |
|
753 | 753 | |
|
754 | 754 | <div id="wrapper"> |
|
755 | 755 | <ul id="nodebgs"></ul> |
|
756 | 756 | <canvas id="graph" width="224" height="129"></canvas> |
|
757 | 757 | <ul id="graphnodes"></ul> |
|
758 | 758 | </div> |
|
759 | 759 | |
|
760 | 760 | <script type="text/javascript" src="/static/graph.js"></script> |
|
761 | 761 | <script> |
|
762 | 762 | <!-- hide script content |
|
763 | 763 | |
|
764 | 764 | var data = [["1d22e65f027e", [0, 1], [[0, 0, 1]], "branch", "test", "many years", ["stable", true], ["tip"]], ["a4f92ed23982", [0, 1], [[0, 0, 1]], "Added tag 1.0 for changeset 2ef0ac749a14", "test", "many years", ["default", true], []], ["2ef0ac749a14", [0, 1], [], "base", "test", "many years", ["default", false], ["1.0"]]]; |
|
765 | 765 | var graph = new Graph(); |
|
766 | 766 | graph.scale(39); |
|
767 | 767 | |
|
768 | 768 | graph.edge = function(x0, y0, x1, y1, color) { |
|
769 | 769 | |
|
770 | 770 | this.setColor(color, 0.0, 0.65); |
|
771 | 771 | this.ctx.beginPath(); |
|
772 | 772 | this.ctx.moveTo(x0, y0); |
|
773 | 773 | this.ctx.lineTo(x1, y1); |
|
774 | 774 | this.ctx.stroke(); |
|
775 | 775 | |
|
776 | 776 | } |
|
777 | 777 | |
|
778 | 778 | var revlink = '<li style="_STYLE"><span class="desc">'; |
|
779 | 779 | revlink += '<a class="list" href="/rev/_NODEID?style=gitweb" title="_NODEID"><b>_DESC</b></a>'; |
|
780 | 780 | revlink += '</span> _TAGS'; |
|
781 | 781 | revlink += '<span class="info">_DATE ago, by _USER</span></li>'; |
|
782 | 782 | |
|
783 | 783 | graph.vertex = function(x, y, color, parity, cur) { |
|
784 | 784 | |
|
785 | 785 | this.ctx.beginPath(); |
|
786 | 786 | color = this.setColor(color, 0.25, 0.75); |
|
787 | 787 | this.ctx.arc(x, y, radius, 0, Math.PI * 2, true); |
|
788 | 788 | this.ctx.fill(); |
|
789 | 789 | |
|
790 | 790 | var bg = '<li class="bg parity' + parity + '"></li>'; |
|
791 | 791 | var left = (this.columns + 1) * this.bg_height; |
|
792 | 792 | var nstyle = 'padding-left: ' + left + 'px;'; |
|
793 | 793 | var item = revlink.replace(/_STYLE/, nstyle); |
|
794 | 794 | item = item.replace(/_PARITY/, 'parity' + parity); |
|
795 | 795 | item = item.replace(/_NODEID/, cur[0]); |
|
796 | 796 | item = item.replace(/_NODEID/, cur[0]); |
|
797 | 797 | item = item.replace(/_DESC/, cur[3]); |
|
798 | 798 | item = item.replace(/_USER/, cur[4]); |
|
799 | 799 | item = item.replace(/_DATE/, cur[5]); |
|
800 | 800 | |
|
801 | 801 | var tagspan = ''; |
|
802 | 802 | if (cur[7].length || (cur[6][0] != 'default' || cur[6][1])) { |
|
803 | 803 | tagspan = '<span class="logtags">'; |
|
804 | 804 | if (cur[6][1]) { |
|
805 | 805 | tagspan += '<span class="branchtag" title="' + cur[6][0] + '">'; |
|
806 | 806 | tagspan += cur[6][0] + '</span> '; |
|
807 | 807 | } else if (!cur[6][1] && cur[6][0] != 'default') { |
|
808 | 808 | tagspan += '<span class="inbranchtag" title="' + cur[6][0] + '">'; |
|
809 | 809 | tagspan += cur[6][0] + '</span> '; |
|
810 | 810 | } |
|
811 | 811 | if (cur[7].length) { |
|
812 | 812 | for (var t in cur[7]) { |
|
813 | 813 | var tag = cur[7][t]; |
|
814 | 814 | tagspan += '<span class="tagtag">' + tag + '</span> '; |
|
815 | 815 | } |
|
816 | 816 | } |
|
817 | 817 | tagspan += '</span>'; |
|
818 | 818 | } |
|
819 | 819 | |
|
820 | 820 | item = item.replace(/_TAGS/, tagspan); |
|
821 | 821 | return [bg, item]; |
|
822 | 822 | |
|
823 | 823 | } |
|
824 | 824 | |
|
825 | 825 | graph.render(data); |
|
826 | 826 | |
|
827 | 827 | // stop hiding script --> |
|
828 | 828 | </script> |
|
829 | 829 | |
|
830 | 830 | <div class="page_nav"> |
|
831 | 831 | <a href="/graph/2?style=gitweb&revcount=12">less</a> |
|
832 | 832 | <a href="/graph/2?style=gitweb&revcount=50">more</a> |
|
833 | 833 | | <a href="/graph/2ef0ac749a14?style=gitweb">(0)</a> <a href="/graph/2ef0ac749a14?style=gitweb">-2</a> <a href="/graph/tip?style=gitweb">tip</a> |
|
834 | 834 | </div> |
|
835 | 835 | |
|
836 | 836 | <div class="page_footer"> |
|
837 | 837 | <div class="page_footer_text">test</div> |
|
838 | 838 | <div class="rss_logo"> |
|
839 | 839 | <a href="/rss-log">RSS</a> |
|
840 | 840 | <a href="/atom-log">Atom</a> |
|
841 | 841 | </div> |
|
842 | 842 | <br /> |
|
843 | 843 | |
|
844 | 844 | </div> |
|
845 | 845 | </body> |
|
846 | 846 | </html> |
|
847 | 847 | |
|
848 | 848 | % capabilities |
|
849 | 849 | 200 Script output follows |
|
850 | 850 | |
|
851 | 851 | lookup changegroupsubset unbundle=HG10GZ,HG10BZ,HG10UN% heads |
|
852 | 852 | 200 Script output follows |
|
853 | 853 | |
|
854 | 854 | 1d22e65f027e5a0609357e7d8e7508cd2ba5d2fe |
|
855 | 855 | % lookup |
|
856 | 856 | 200 Script output follows |
|
857 | 857 | |
|
858 | 858 | 0 'key' |
|
859 | 859 | % branches |
|
860 | 860 | 200 Script output follows |
|
861 | 861 | |
|
862 | 862 | 1d22e65f027e5a0609357e7d8e7508cd2ba5d2fe 2ef0ac749a14e4f57a5a822464a0902c6f7f448f 0000000000000000000000000000000000000000 0000000000000000000000000000000000000000 |
|
863 | 863 | % changegroup |
|
864 | 864 | 200 Script output follows |
|
865 | 865 | |
|
866 | 866 | x\x9c\xbdTMHUA\x14\xbe\xa8\xf9\xec\xda&\x10\x11*\xb8\x88\x81\x99\xbef\xe6\xce\xbdw\xc6\xf2a\x16E\x1b\x11[%\x98\xcc\xaf\x8f\x8c\xf7\xc0\xf7\x82 |
|
867 | 867 | 4\x11KP2m\x95\xad*\xabE\x05AP\xd0\xc22Z\x14\xf9\x03\xb9j\xa3\x9b$\xa4MJ\xb4\x90\xc0\x9a\x9bO0\x10\xdf\x13\xa2\x81\x0f\x869g\xe6|\xe7\x9c\xef\x8ceY\xf7\xa2KO\xd2\xb7K\x16~\ |
|
868 | 868 | \xe9\xad\x90w\x86\xab\x93W\x8e\xdf\xb0r\\Y\xee6(\xa2)\xf6\x95\xc6\x01\xe4\x1az\x80R\xe8kN\x98\xe7R\xa4\xa9K@\xe0!A\xb4k\xa7U*m\x03\x07\xd8\x92\x1d\xd2\xc9\xa4\x1d\xc2\xe6,\xa5\xcc+\x1f\xef\xafDgi\xef\xab\x1d\x1d\xb7\x9a\xe7[W\xfbc\x8f\xde-\xcd\xe7\xcaz\xb3\xbb\x19\xd3\x81\x10>c>\x08\x00"X\x11\xc2\x84@\xd2\xe7B*L\x00\x01P\x04R\xc3@\xbaB0\xdb8#\x83:\x83\xa2h\xbc=\xcd\xdaS\xe1Y,L\xd3\xa0\xf2\xa8\x94J:\xe6\xd8\x81Q\xe0\xe8d\xa7#\xe2,\xd1\xaeR*\xed \xa5\x01\x13\x01\xa6\x0cb\xe3;\xbe\xaf\xfcK[^wK\xe1N\xaf\xbbk\xe8B\xd1\xf4\xc1\x07\xb3\xab[\x10\xfdkmvwcB\xa6\xa4\xd4G\xc4D\xc2\x141\xad\x91\x10\x00\x08J\x81\xcb}\xee\t\xee+W\xba\x8a\x80\x90|\xd4\xa0\xd6\xa0\xd4T\xde\xe1\x9d,!\xe2\xb5\xa94\xe3\xe7\xd5\x9f\x06\x18\xcba\x03aP\xb8f\xcd\x04\x1a_\\9\xf1\xed\xe4\x9e\xe5\xa6\xd1\xd2\x9f\x03\xa7o\xae\x90H\xf3\xfb\xef\xffH3\xadk |
|
869 | 869 | \xb0\x90\x92\x88\xb9\x14"\x068\xc2\x1e@\x00\xbb\x8a)\xd3\'\x859 |
|
870 | 870 | \xa8\x80\x84S \xa5\xbd-g\x13`\xe4\xdc\xc3H^\xdf\xe2\xc0TM\xc7\xf4BO\xcf\xde\xae\xe5\xae#\x1frM(K\x97`F\x19\x16s\x05GD\xb9\x01\xc1\x00+\x8c|\x9fp\xc11\xf0\x14\x00\x9cJ\x82<\xe0\x12\x9f\xc1\x90\xd0\xf5\xc8\x19>Pr\xaa\xeaW\xf5\xc4\xae\xd1\xfc\x17\xcf\'\x13u\xb1\x9e\xcdHnC\x0e\xcc`\xc8\xa0&\xac\x0e\xf1|\x8c\x10$\xc4\x8c\xa2p\x05`\xdc\x08 \x80\xc4\xd7Rr-\x94\x10\x102\xedi;\xf3f\xf1z\x16\x86\xdb\xd8d\xe5\xe7\x8b\xf5\x8d\rzp\xb2\xfe\xac\xf5\xf2\xd3\xfe\xfckws\xedt\x96b\xd5l\x1c\x0b\x85\xb5\x170\x8f\x11\x84\xb0\x8f\x19\xa0\x00\t_\x07\x1ac\xa2\xc3\x89Z\xe7\x96\xf9 \xccNFg\xc7F\xaa\x8a+\x9a\x9cc_\x17\x1b\x17\x9e]z38<\x97+\xb5,",\xc8\xc8?\\\x91\xff\x17.~U\x96\x97\xf5%\xdeN<\x8e\xf5\x97%\xe7^\xcfL\xed~\xda\x96k\xdc->\x86\x02\x83"\x96H\xa6\xe3\xaas=-\xeb7\xe5\xda\x8f\xbc |
|
871 | 871 | % stream_out |
|
872 | 872 | 200 Script output follows |
|
873 | 873 | |
|
874 | 874 | 1 |
|
875 | 875 | % failing unbundle, requires POST request |
|
876 | 876 | 405 Method Not Allowed |
|
877 | 877 | |
|
878 | 878 | 0 |
|
879 | 879 | push requires POST request |
|
880 | 880 | % Static files |
|
881 | 881 | 200 Script output follows |
|
882 | 882 | |
|
883 | 883 | a { text-decoration:none; } |
|
884 | 884 | .age { white-space:nowrap; } |
|
885 | 885 | .date { white-space:nowrap; } |
|
886 | 886 | .indexlinks { white-space:nowrap; } |
|
887 |
.parity0 { background-color: #ddd |
|
|
888 |
.parity1 { background-color: #eee |
|
|
889 |
.lineno { width: 60px; color: #aaa |
|
|
887 | .parity0 { background-color: #ddd; } | |
|
888 | .parity1 { background-color: #eee; } | |
|
889 | .lineno { width: 60px; color: #aaa; font-size: smaller; | |
|
890 | 890 | text-align: right; padding-right:1em; } |
|
891 | 891 | .plusline { color: green; } |
|
892 | 892 | .minusline { color: red; } |
|
893 | 893 | .atline { color: purple; } |
|
894 | 894 | .annotate { font-size: smaller; text-align: right; padding-right: 1em; } |
|
895 | 895 | .buttons a { |
|
896 |
background-color: #666 |
|
|
896 | background-color: #666; | |
|
897 | 897 | padding: 2pt; |
|
898 | 898 | color: white; |
|
899 | 899 | font-family: sans; |
|
900 | 900 | font-weight: bold; |
|
901 | 901 | } |
|
902 | 902 | .navigate a { |
|
903 | 903 | background-color: #ccc; |
|
904 | 904 | padding: 2pt; |
|
905 | 905 | font-family: sans; |
|
906 | 906 | color: black; |
|
907 | 907 | } |
|
908 | 908 | |
|
909 | 909 | .metatag { |
|
910 |
background-color: #888 |
|
|
910 | background-color: #888; | |
|
911 | 911 | color: white; |
|
912 | 912 | text-align: right; |
|
913 | 913 | } |
|
914 | 914 | |
|
915 | 915 | /* Common */ |
|
916 | 916 | pre { margin: 0; } |
|
917 | 917 | |
|
918 | 918 | .logo { |
|
919 | 919 | float: right; |
|
920 | 920 | clear: right; |
|
921 | 921 | } |
|
922 | 922 | |
|
923 | 923 | /* Changelog/Filelog entries */ |
|
924 | 924 | .logEntry { width: 100%; } |
|
925 | 925 | .logEntry .age { width: 15%; } |
|
926 | 926 | .logEntry th { font-weight: normal; text-align: right; vertical-align: top; } |
|
927 | 927 | .logEntry th.age, .logEntry th.firstline { font-weight: bold; } |
|
928 | 928 | .logEntry th.firstline { text-align: left; width: inherit; } |
|
929 | 929 | |
|
930 | 930 | /* Shortlog entries */ |
|
931 | 931 | .slogEntry { width: 100%; } |
|
932 | 932 | .slogEntry .age { width: 8em; } |
|
933 | 933 | .slogEntry td { font-weight: normal; text-align: left; vertical-align: top; } |
|
934 | 934 | .slogEntry td.author { width: 15em; } |
|
935 | 935 | |
|
936 | 936 | /* Tag entries */ |
|
937 | 937 | #tagEntries { list-style: none; margin: 0; padding: 0; } |
|
938 | 938 | #tagEntries .tagEntry { list-style: none; margin: 0; padding: 0; } |
|
939 | 939 | |
|
940 | 940 | /* Changeset entry */ |
|
941 | 941 | #changesetEntry { } |
|
942 | 942 | #changesetEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; } |
|
943 | 943 | #changesetEntry th.files, #changesetEntry th.description { vertical-align: top; } |
|
944 | 944 | |
|
945 | 945 | /* File diff view */ |
|
946 | 946 | #filediffEntry { } |
|
947 | 947 | #filediffEntry th { font-weight: normal; background-color: #888; color: #fff; text-align: right; } |
|
948 | 948 | |
|
949 | 949 | /* Graph */ |
|
950 | 950 | div#wrapper { |
|
951 | 951 | position: relative; |
|
952 | 952 | margin: 0; |
|
953 | 953 | padding: 0; |
|
954 | 954 | } |
|
955 | 955 | |
|
956 | 956 | canvas { |
|
957 | 957 | position: absolute; |
|
958 | 958 | z-index: 5; |
|
959 | 959 | top: -0.6em; |
|
960 | 960 | margin: 0; |
|
961 | 961 | } |
|
962 | 962 | |
|
963 | 963 | ul#nodebgs { |
|
964 | 964 | list-style: none inside none; |
|
965 | 965 | padding: 0; |
|
966 | 966 | margin: 0; |
|
967 | 967 | top: -0.7em; |
|
968 | 968 | } |
|
969 | 969 | |
|
970 | 970 | ul#graphnodes li, ul#nodebgs li { |
|
971 | 971 | height: 39px; |
|
972 | 972 | } |
|
973 | 973 | |
|
974 | 974 | ul#graphnodes { |
|
975 | 975 | position: absolute; |
|
976 | 976 | z-index: 10; |
|
977 | 977 | top: -0.85em; |
|
978 | 978 | list-style: none inside none; |
|
979 | 979 | padding: 0; |
|
980 | 980 | } |
|
981 | 981 | |
|
982 | 982 | ul#graphnodes li .info { |
|
983 | 983 | display: block; |
|
984 | 984 | font-size: 70%; |
|
985 | 985 | position: relative; |
|
986 | 986 | top: -1px; |
|
987 | 987 | } |
|
988 | 988 | % ERRORS ENCOUNTERED |
General Comments 0
You need to be logged in to leave comments.
Login now