Show More
@@ -8,8 +8,13 b'' | |||||
8 | $ echo a > a |
|
8 | $ echo a > a | |
9 | $ hg ci -Am "first a" |
|
9 | $ hg ci -Am "first a" | |
10 | adding a |
|
10 | adding a | |
|
11 | $ hg tag -r 1 a-tag | |||
|
12 | $ hg bookmark -r 1 a-bookmark | |||
11 | $ hg rm a |
|
13 | $ hg rm a | |
12 | $ hg ci -m "del a" |
|
14 | $ hg ci -m "del a" | |
|
15 | $ hg branch a-branch | |||
|
16 | marked working directory as branch a-branch | |||
|
17 | (branches are permanent and global, did you want a bookmark?) | |||
13 |
$ |
|
18 | $ echo b > a | |
14 | $ hg ci -Am "second a" |
|
19 | $ hg ci -Am "second a" | |
15 | adding a |
|
20 | adding a | |
@@ -20,69 +25,86 b'' | |||||
20 | $ echo c >> c |
|
25 | $ echo c >> c | |
21 | $ hg ci -m "change c" |
|
26 | $ hg ci -m "change c" | |
22 | $ hg log -p |
|
27 | $ hg log -p | |
23 |
changeset: |
|
28 | changeset: 7:46c1a66bd8fc | |
|
29 | branch: a-branch | |||
24 | tag: tip |
|
30 | tag: tip | |
25 | user: test |
|
31 | user: test | |
26 | date: Thu Jan 01 00:00:00 1970 +0000 |
|
32 | date: Thu Jan 01 00:00:00 1970 +0000 | |
27 | summary: change c |
|
33 | summary: change c | |
28 |
|
34 | |||
29 | diff -r 1a6696706df2 -r b7682196df1c c |
|
35 | diff -r c9637d3cc8ef -r 46c1a66bd8fc c | |
30 | --- a/c Thu Jan 01 00:00:00 1970 +0000 |
|
36 | --- a/c Thu Jan 01 00:00:00 1970 +0000 | |
31 | +++ b/c Thu Jan 01 00:00:00 1970 +0000 |
|
37 | +++ b/c Thu Jan 01 00:00:00 1970 +0000 | |
32 | @@ -1,1 +1,2 @@ |
|
38 | @@ -1,1 +1,2 @@ | |
33 | b |
|
39 | b | |
34 | +c |
|
40 | +c | |
35 |
|
41 | |||
36 |
changeset: |
|
42 | changeset: 6:c9637d3cc8ef | |
|
43 | branch: a-branch | |||
37 | user: test |
|
44 | user: test | |
38 | date: Thu Jan 01 00:00:00 1970 +0000 |
|
45 | date: Thu Jan 01 00:00:00 1970 +0000 | |
39 | summary: mv b |
|
46 | summary: mv b | |
40 |
|
47 | |||
41 |
diff -r |
|
48 | diff -r 958bd88be4eb -r c9637d3cc8ef b | |
42 | --- a/b Thu Jan 01 00:00:00 1970 +0000 |
|
49 | --- a/b Thu Jan 01 00:00:00 1970 +0000 | |
43 | +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
50 | +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
44 | @@ -1,1 +0,0 @@ |
|
51 | @@ -1,1 +0,0 @@ | |
45 | -b |
|
52 | -b | |
46 |
diff -r |
|
53 | diff -r 958bd88be4eb -r c9637d3cc8ef c | |
47 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
54 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
48 | +++ b/c Thu Jan 01 00:00:00 1970 +0000 |
|
55 | +++ b/c Thu Jan 01 00:00:00 1970 +0000 | |
49 | @@ -0,0 +1,1 @@ |
|
56 | @@ -0,0 +1,1 @@ | |
50 | +b |
|
57 | +b | |
51 |
|
58 | |||
52 |
changeset: |
|
59 | changeset: 5:958bd88be4eb | |
|
60 | branch: a-branch | |||
53 | user: test |
|
61 | user: test | |
54 | date: Thu Jan 01 00:00:00 1970 +0000 |
|
62 | date: Thu Jan 01 00:00:00 1970 +0000 | |
55 | summary: del2 a |
|
63 | summary: del2 a | |
56 |
|
64 | |||
57 | diff -r 01de2d66a28d -r 52e848cdcd88 a |
|
65 | diff -r 3f41bc784e7e -r 958bd88be4eb a | |
58 | --- a/a Thu Jan 01 00:00:00 1970 +0000 |
|
66 | --- a/a Thu Jan 01 00:00:00 1970 +0000 | |
59 | +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
67 | +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
60 | @@ -1,1 +0,0 @@ |
|
68 | @@ -1,1 +0,0 @@ | |
61 | -b |
|
69 | -b | |
62 |
|
70 | |||
63 |
changeset: 3 |
|
71 | changeset: 4:3f41bc784e7e | |
|
72 | branch: a-branch | |||
64 | user: test |
|
73 | user: test | |
65 | date: Thu Jan 01 00:00:00 1970 +0000 |
|
74 | date: Thu Jan 01 00:00:00 1970 +0000 | |
66 | summary: second a |
|
75 | summary: second a | |
67 |
|
76 | |||
68 | diff -r be3ebcc91739 -r 01de2d66a28d a |
|
77 | diff -r 292258f86fdf -r 3f41bc784e7e a | |
69 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
78 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
70 | +++ b/a Thu Jan 01 00:00:00 1970 +0000 |
|
79 | +++ b/a Thu Jan 01 00:00:00 1970 +0000 | |
71 | @@ -0,0 +1,1 @@ |
|
80 | @@ -0,0 +1,1 @@ | |
72 | +b |
|
81 | +b | |
73 |
|
82 | |||
74 | changeset: 2:be3ebcc91739 |
|
83 | changeset: 3:292258f86fdf | |
75 | user: test |
|
84 | user: test | |
76 | date: Thu Jan 01 00:00:00 1970 +0000 |
|
85 | date: Thu Jan 01 00:00:00 1970 +0000 | |
77 | summary: del a |
|
86 | summary: del a | |
78 |
|
87 | |||
79 | diff -r 5ed941583260 -r be3ebcc91739 a |
|
88 | diff -r 94c9dd5ca9b4 -r 292258f86fdf a | |
80 | --- a/a Thu Jan 01 00:00:00 1970 +0000 |
|
89 | --- a/a Thu Jan 01 00:00:00 1970 +0000 | |
81 | +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 |
|
90 | +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 | |
82 | @@ -1,1 +0,0 @@ |
|
91 | @@ -1,1 +0,0 @@ | |
83 | -a |
|
92 | -a | |
84 |
|
93 | |||
|
94 | changeset: 2:94c9dd5ca9b4 | |||
|
95 | user: test | |||
|
96 | date: Thu Jan 01 00:00:00 1970 +0000 | |||
|
97 | summary: Added tag a-tag for changeset 5ed941583260 | |||
|
98 | ||||
|
99 | diff -r 5ed941583260 -r 94c9dd5ca9b4 .hgtags | |||
|
100 | --- /dev/null Thu Jan 01 00:00:00 1970 +0000 | |||
|
101 | +++ b/.hgtags Thu Jan 01 00:00:00 1970 +0000 | |||
|
102 | @@ -0,0 +1,1 @@ | |||
|
103 | +5ed941583260248620985524192fdc382ef57c36 a-tag | |||
|
104 | ||||
85 | changeset: 1:5ed941583260 |
|
105 | changeset: 1:5ed941583260 | |
|
106 | bookmark: a-bookmark | |||
|
107 | tag: a-tag | |||
86 | user: test |
|
108 | user: test | |
87 | date: Thu Jan 01 00:00:00 1970 +0000 |
|
109 | date: Thu Jan 01 00:00:00 1970 +0000 | |
88 | summary: first a |
|
110 | summary: first a | |
@@ -135,29 +157,29 b' tip - two revisions' | |||||
135 | <img src="/static/hglogo.png" alt="mercurial" /></a> |
|
157 | <img src="/static/hglogo.png" alt="mercurial" /></a> | |
136 | </div> |
|
158 | </div> | |
137 | <ul> |
|
159 | <ul> | |
138 |
<li><a href="/shortlog/ |
|
160 | <li><a href="/shortlog/3f41bc784e7e">log</a></li> | |
139 |
<li><a href="/graph/ |
|
161 | <li><a href="/graph/3f41bc784e7e">graph</a></li> | |
140 | <li><a href="/tags">tags</a></li> |
|
162 | <li><a href="/tags">tags</a></li> | |
141 | <li><a href="/bookmarks">bookmarks</a></li> |
|
163 | <li><a href="/bookmarks">bookmarks</a></li> | |
142 | <li><a href="/branches">branches</a></li> |
|
164 | <li><a href="/branches">branches</a></li> | |
143 | </ul> |
|
165 | </ul> | |
144 | <ul> |
|
166 | <ul> | |
145 |
<li><a href="/rev/ |
|
167 | <li><a href="/rev/3f41bc784e7e">changeset</a></li> | |
146 |
<li><a href="/file/ |
|
168 | <li><a href="/file/3f41bc784e7e">browse</a></li> | |
147 | </ul> |
|
169 | </ul> | |
148 | <ul> |
|
170 | <ul> | |
149 |
<li><a href="/file/ |
|
171 | <li><a href="/file/3f41bc784e7e/a">file</a></li> | |
150 |
<li><a href="/diff/ |
|
172 | <li><a href="/diff/3f41bc784e7e/a">diff</a></li> | |
151 |
<li><a href="/comparison/ |
|
173 | <li><a href="/comparison/3f41bc784e7e/a">comparison</a></li> | |
152 |
<li><a href="/annotate/ |
|
174 | <li><a href="/annotate/3f41bc784e7e/a">annotate</a></li> | |
153 | <li class="active">file log</li> |
|
175 | <li class="active">file log</li> | |
154 |
<li><a href="/raw-file/ |
|
176 | <li><a href="/raw-file/3f41bc784e7e/a">raw</a></li> | |
155 | </ul> |
|
177 | </ul> | |
156 | <ul> |
|
178 | <ul> | |
157 | <li><a href="/help">help</a></li> |
|
179 | <li><a href="/help">help</a></li> | |
158 | </ul> |
|
180 | </ul> | |
159 | <div class="atom-logo"> |
|
181 | <div class="atom-logo"> | |
160 |
<a href="/atom-log/ |
|
182 | <a href="/atom-log/3f41bc784e7e/a" title="subscribe to atom feed"> | |
161 | <img class="atom-logo" src="/static/feed-icon-14x14.png" alt="atom feed" /> |
|
183 | <img class="atom-logo" src="/static/feed-icon-14x14.png" alt="atom feed" /> | |
162 | </a> |
|
184 | </a> | |
163 | </div> |
|
185 | </div> | |
@@ -175,8 +197,8 b' tip - two revisions' | |||||
175 | </form> |
|
197 | </form> | |
176 |
|
198 | |||
177 | <div class="navigate"> |
|
199 | <div class="navigate"> | |
178 |
<a href="/log/ |
|
200 | <a href="/log/3f41bc784e7e/a?revcount=30">less</a> | |
179 |
<a href="/log/ |
|
201 | <a href="/log/3f41bc784e7e/a?revcount=120">more</a> | |
180 | | <a href="/log/5ed941583260/a">(0)</a> <a href="/log/tip/a">tip</a> </div> |
|
202 | | <a href="/log/5ed941583260/a">(0)</a> <a href="/log/tip/a">tip</a> </div> | |
181 |
|
203 | |||
182 | <table class="bigtable"> |
|
204 | <table class="bigtable"> | |
@@ -192,8 +214,8 b' tip - two revisions' | |||||
192 | <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td> |
|
214 | <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td> | |
193 | <td class="author">test</td> |
|
215 | <td class="author">test</td> | |
194 | <td class="description"> |
|
216 | <td class="description"> | |
195 |
<a href="/rev/ |
|
217 | <a href="/rev/3f41bc784e7e">second a</a> | |
196 |
|
218 | <span class="branchname">a-branch</span> | ||
197 | </td> |
|
219 | </td> | |
198 | </tr> |
|
220 | </tr> | |
199 | <tr> |
|
221 | <tr> | |
@@ -201,7 +223,7 b' tip - two revisions' | |||||
201 | <td class="author">test</td> |
|
223 | <td class="author">test</td> | |
202 | <td class="description"> |
|
224 | <td class="description"> | |
203 | <a href="/rev/5ed941583260">first a</a> |
|
225 | <a href="/rev/5ed941583260">first a</a> | |
204 |
|
226 | <span class="tag">a-tag</span> | ||
205 | </td> |
|
227 | </td> | |
206 | </tr> |
|
228 | </tr> | |
207 |
|
229 | |||
@@ -209,8 +231,8 b' tip - two revisions' | |||||
209 | </table> |
|
231 | </table> | |
210 |
|
232 | |||
211 | <div class="navigate"> |
|
233 | <div class="navigate"> | |
212 |
<a href="/log/ |
|
234 | <a href="/log/3f41bc784e7e/a?revcount=30">less</a> | |
213 |
<a href="/log/ |
|
235 | <a href="/log/3f41bc784e7e/a?revcount=120">more</a> | |
214 | | <a href="/log/5ed941583260/a">(0)</a> <a href="/log/tip/a">tip</a> |
|
236 | | <a href="/log/5ed941583260/a">(0)</a> <a href="/log/tip/a">tip</a> | |
215 | </div> |
|
237 | </div> | |
216 |
|
238 | |||
@@ -226,7 +248,7 b' tip - two revisions' | |||||
226 |
|
248 | |||
227 | second version - two revisions |
|
249 | second version - two revisions | |
228 |
|
250 | |||
229 |
$ ("$TESTDIR/get-with-headers.py" localhost:$HGPORT 'log/ |
|
251 | $ ("$TESTDIR/get-with-headers.py" localhost:$HGPORT 'log/4/a') | |
230 | 200 Script output follows |
|
252 | 200 Script output follows | |
231 |
|
253 | |||
232 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
|
254 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |
@@ -252,29 +274,29 b' second version - two revisions' | |||||
252 | <img src="/static/hglogo.png" alt="mercurial" /></a> |
|
274 | <img src="/static/hglogo.png" alt="mercurial" /></a> | |
253 | </div> |
|
275 | </div> | |
254 | <ul> |
|
276 | <ul> | |
255 |
<li><a href="/shortlog/ |
|
277 | <li><a href="/shortlog/3f41bc784e7e">log</a></li> | |
256 |
<li><a href="/graph/ |
|
278 | <li><a href="/graph/3f41bc784e7e">graph</a></li> | |
257 | <li><a href="/tags">tags</a></li> |
|
279 | <li><a href="/tags">tags</a></li> | |
258 | <li><a href="/bookmarks">bookmarks</a></li> |
|
280 | <li><a href="/bookmarks">bookmarks</a></li> | |
259 | <li><a href="/branches">branches</a></li> |
|
281 | <li><a href="/branches">branches</a></li> | |
260 | </ul> |
|
282 | </ul> | |
261 | <ul> |
|
283 | <ul> | |
262 |
<li><a href="/rev/ |
|
284 | <li><a href="/rev/3f41bc784e7e">changeset</a></li> | |
263 |
<li><a href="/file/ |
|
285 | <li><a href="/file/3f41bc784e7e">browse</a></li> | |
264 | </ul> |
|
286 | </ul> | |
265 | <ul> |
|
287 | <ul> | |
266 |
<li><a href="/file/ |
|
288 | <li><a href="/file/3f41bc784e7e/a">file</a></li> | |
267 |
<li><a href="/diff/ |
|
289 | <li><a href="/diff/3f41bc784e7e/a">diff</a></li> | |
268 |
<li><a href="/comparison/ |
|
290 | <li><a href="/comparison/3f41bc784e7e/a">comparison</a></li> | |
269 |
<li><a href="/annotate/ |
|
291 | <li><a href="/annotate/3f41bc784e7e/a">annotate</a></li> | |
270 | <li class="active">file log</li> |
|
292 | <li class="active">file log</li> | |
271 |
<li><a href="/raw-file/ |
|
293 | <li><a href="/raw-file/3f41bc784e7e/a">raw</a></li> | |
272 | </ul> |
|
294 | </ul> | |
273 | <ul> |
|
295 | <ul> | |
274 | <li><a href="/help">help</a></li> |
|
296 | <li><a href="/help">help</a></li> | |
275 | </ul> |
|
297 | </ul> | |
276 | <div class="atom-logo"> |
|
298 | <div class="atom-logo"> | |
277 |
<a href="/atom-log/ |
|
299 | <a href="/atom-log/3f41bc784e7e/a" title="subscribe to atom feed"> | |
278 | <img class="atom-logo" src="/static/feed-icon-14x14.png" alt="atom feed" /> |
|
300 | <img class="atom-logo" src="/static/feed-icon-14x14.png" alt="atom feed" /> | |
279 | </a> |
|
301 | </a> | |
280 | </div> |
|
302 | </div> | |
@@ -292,8 +314,8 b' second version - two revisions' | |||||
292 | </form> |
|
314 | </form> | |
293 |
|
315 | |||
294 | <div class="navigate"> |
|
316 | <div class="navigate"> | |
295 |
<a href="/log/ |
|
317 | <a href="/log/3f41bc784e7e/a?revcount=30">less</a> | |
296 |
<a href="/log/ |
|
318 | <a href="/log/3f41bc784e7e/a?revcount=120">more</a> | |
297 | | <a href="/log/5ed941583260/a">(0)</a> <a href="/log/tip/a">tip</a> </div> |
|
319 | | <a href="/log/5ed941583260/a">(0)</a> <a href="/log/tip/a">tip</a> </div> | |
298 |
|
320 | |||
299 | <table class="bigtable"> |
|
321 | <table class="bigtable"> | |
@@ -309,8 +331,8 b' second version - two revisions' | |||||
309 | <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td> |
|
331 | <td class="age">Thu, 01 Jan 1970 00:00:00 +0000</td> | |
310 | <td class="author">test</td> |
|
332 | <td class="author">test</td> | |
311 | <td class="description"> |
|
333 | <td class="description"> | |
312 |
<a href="/rev/ |
|
334 | <a href="/rev/3f41bc784e7e">second a</a> | |
313 |
|
335 | <span class="branchname">a-branch</span> | ||
314 | </td> |
|
336 | </td> | |
315 | </tr> |
|
337 | </tr> | |
316 | <tr> |
|
338 | <tr> | |
@@ -318,7 +340,7 b' second version - two revisions' | |||||
318 | <td class="author">test</td> |
|
340 | <td class="author">test</td> | |
319 | <td class="description"> |
|
341 | <td class="description"> | |
320 | <a href="/rev/5ed941583260">first a</a> |
|
342 | <a href="/rev/5ed941583260">first a</a> | |
321 |
|
343 | <span class="tag">a-tag</span> | ||
322 | </td> |
|
344 | </td> | |
323 | </tr> |
|
345 | </tr> | |
324 |
|
346 | |||
@@ -326,8 +348,8 b' second version - two revisions' | |||||
326 | </table> |
|
348 | </table> | |
327 |
|
349 | |||
328 | <div class="navigate"> |
|
350 | <div class="navigate"> | |
329 |
<a href="/log/ |
|
351 | <a href="/log/3f41bc784e7e/a?revcount=30">less</a> | |
330 |
<a href="/log/ |
|
352 | <a href="/log/3f41bc784e7e/a?revcount=120">more</a> | |
331 | | <a href="/log/5ed941583260/a">(0)</a> <a href="/log/tip/a">tip</a> |
|
353 | | <a href="/log/5ed941583260/a">(0)</a> <a href="/log/tip/a">tip</a> | |
332 | </div> |
|
354 | </div> | |
333 |
|
355 | |||
@@ -343,7 +365,7 b' second version - two revisions' | |||||
343 |
|
365 | |||
344 | first deleted - one revision |
|
366 | first deleted - one revision | |
345 |
|
367 | |||
346 |
$ ("$TESTDIR/get-with-headers.py" localhost:$HGPORT 'log/ |
|
368 | $ ("$TESTDIR/get-with-headers.py" localhost:$HGPORT 'log/3/a') | |
347 | 200 Script output follows |
|
369 | 200 Script output follows | |
348 |
|
370 | |||
349 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
|
371 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> | |
@@ -427,7 +449,7 b' first deleted - one revision' | |||||
427 | <td class="author">test</td> |
|
449 | <td class="author">test</td> | |
428 | <td class="description"> |
|
450 | <td class="description"> | |
429 | <a href="/rev/5ed941583260">first a</a> |
|
451 | <a href="/rev/5ed941583260">first a</a> | |
430 |
|
452 | <span class="tag">a-tag</span> | ||
431 | </td> |
|
453 | </td> | |
432 | </tr> |
|
454 | </tr> | |
433 |
|
455 | |||
@@ -536,7 +558,7 b' first version - one revision' | |||||
536 | <td class="author">test</td> |
|
558 | <td class="author">test</td> | |
537 | <td class="description"> |
|
559 | <td class="description"> | |
538 | <a href="/rev/5ed941583260">first a</a> |
|
560 | <a href="/rev/5ed941583260">first a</a> | |
539 |
|
561 | <span class="tag">a-tag</span> | ||
540 | </td> |
|
562 | </td> | |
541 | </tr> |
|
563 | </tr> | |
542 |
|
564 | |||
@@ -652,8 +674,8 b' should show base link, use spartan becau' | |||||
652 | <a href="/graph?style=spartan">graph</a> |
|
674 | <a href="/graph?style=spartan">graph</a> | |
653 | <a href="/tags?style=spartan">tags</a> |
|
675 | <a href="/tags?style=spartan">tags</a> | |
654 | <a href="/branches?style=spartan">branches</a> |
|
676 | <a href="/branches?style=spartan">branches</a> | |
655 |
<a href="/file/ |
|
677 | <a href="/file/46c1a66bd8fc/c?style=spartan">file</a> | |
656 |
<a href="/annotate/ |
|
678 | <a href="/annotate/46c1a66bd8fc/c?style=spartan">annotate</a> | |
657 | <a href="/help?style=spartan">help</a> |
|
679 | <a href="/help?style=spartan">help</a> | |
658 | <a type="application/rss+xml" href="/rss-log/tip/c">rss</a> |
|
680 | <a type="application/rss+xml" href="/rss-log/tip/c">rss</a> | |
659 | <a type="application/atom+xml" href="/atom-log/tip/c" title="Atom feed for test:c">atom</a> |
|
681 | <a type="application/atom+xml" href="/atom-log/tip/c" title="Atom feed for test:c">atom</a> | |
@@ -661,19 +683,19 b' should show base link, use spartan becau' | |||||
661 |
|
683 | |||
662 | <h2><a href="/">Mercurial</a> / c revision history</h2> |
|
684 | <h2><a href="/">Mercurial</a> / c revision history</h2> | |
663 |
|
685 | |||
664 |
<p>navigate: <small class="navigate"><a href="/log/ |
|
686 | <p>navigate: <small class="navigate"><a href="/log/c9637d3cc8ef/c?style=spartan">(0)</a> <a href="/log/tip/c?style=spartan">tip</a> </small></p> | |
665 |
|
687 | |||
666 | <table class="logEntry parity0"> |
|
688 | <table class="logEntry parity0"> | |
667 | <tr> |
|
689 | <tr> | |
668 | <th class="label"><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>:</th> |
|
690 | <th class="label"><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>:</th> | |
669 |
<th class="firstline"><a href="/rev/ |
|
691 | <th class="firstline"><a href="/rev/46c1a66bd8fc?style=spartan">change c</a></th> | |
670 | </tr> |
|
692 | </tr> | |
671 | <tr> |
|
693 | <tr> | |
672 | <th class="revision">revision 1:</th> |
|
694 | <th class="revision">revision 1:</th> | |
673 | <td class="node"> |
|
695 | <td class="node"> | |
674 |
<a href="/file/ |
|
696 | <a href="/file/46c1a66bd8fc/c?style=spartan">46c1a66bd8fc</a> | |
675 |
<a href="/diff/ |
|
697 | <a href="/diff/46c1a66bd8fc/c?style=spartan">(diff)</a> | |
676 |
<a href="/annotate/ |
|
698 | <a href="/annotate/46c1a66bd8fc/c?style=spartan">(annotate)</a> | |
677 | </td> |
|
699 | </td> | |
678 | </tr> |
|
700 | </tr> | |
679 |
|
701 | |||
@@ -691,14 +713,14 b' should show base link, use spartan becau' | |||||
691 | <table class="logEntry parity1"> |
|
713 | <table class="logEntry parity1"> | |
692 | <tr> |
|
714 | <tr> | |
693 | <th class="label"><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>:</th> |
|
715 | <th class="label"><span class="age">Thu, 01 Jan 1970 00:00:00 +0000</span>:</th> | |
694 |
<th class="firstline"><a href="/rev/ |
|
716 | <th class="firstline"><a href="/rev/c9637d3cc8ef?style=spartan">mv b</a></th> | |
695 | </tr> |
|
717 | </tr> | |
696 | <tr> |
|
718 | <tr> | |
697 | <th class="revision">revision 0:</th> |
|
719 | <th class="revision">revision 0:</th> | |
698 | <td class="node"> |
|
720 | <td class="node"> | |
699 |
<a href="/file/ |
|
721 | <a href="/file/c9637d3cc8ef/c?style=spartan">c9637d3cc8ef</a> | |
700 |
<a href="/diff/ |
|
722 | <a href="/diff/c9637d3cc8ef/c?style=spartan">(diff)</a> | |
701 |
<a href="/annotate/ |
|
723 | <a href="/annotate/c9637d3cc8ef/c?style=spartan">(annotate)</a> | |
702 | </td> |
|
724 | </td> | |
703 | </tr> |
|
725 | </tr> | |
704 |
|
726 | |||
@@ -749,7 +771,7 b' rss log' | |||||
749 | <description>a revision history</description> |
|
771 | <description>a revision history</description> | |
750 | <item> |
|
772 | <item> | |
751 | <title>second a</title> |
|
773 | <title>second a</title> | |
752 |
<link>http://*:$HGPORT/log |
|
774 | <link>http://*:$HGPORT/log3f41bc784e7e/a</link> (glob) | |
753 | <description><![CDATA[second a]]></description> |
|
775 | <description><![CDATA[second a]]></description> | |
754 | <author>test</author> |
|
776 | <author>test</author> | |
755 | <pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> |
|
777 | <pubDate>Thu, 01 Jan 1970 00:00:00 +0000</pubDate> | |
@@ -778,9 +800,9 b' atom log' | |||||
778 | <updated>1970-01-01T00:00:00+00:00</updated> |
|
800 | <updated>1970-01-01T00:00:00+00:00</updated> | |
779 |
|
801 | |||
780 | <entry> |
|
802 | <entry> | |
781 | <title>second a</title> |
|
803 | <title>[a-branch] second a</title> | |
782 |
<id>http://*:$HGPORT/#changeset- |
|
804 | <id>http://*:$HGPORT/#changeset-3f41bc784e7e73035c6d47112c6cc7efb673adf8</id> (glob) | |
783 |
<link href="http://*:$HGPORT/rev/ |
|
805 | <link href="http://*:$HGPORT/rev/3f41bc784e7e"/> (glob) | |
784 | <author> |
|
806 | <author> | |
785 | <name>test</name> |
|
807 | <name>test</name> | |
786 | <email>test</email> |
|
808 | <email>test</email> | |
@@ -791,11 +813,11 b' atom log' | |||||
791 | <table xmlns="http://www.w3.org/1999/xhtml"> |
|
813 | <table xmlns="http://www.w3.org/1999/xhtml"> | |
792 | <tr> |
|
814 | <tr> | |
793 | <th style="text-align:left;">changeset</th> |
|
815 | <th style="text-align:left;">changeset</th> | |
794 |
<td> |
|
816 | <td>3f41bc784e7e</td> | |
795 | </tr> |
|
817 | </tr> | |
796 | <tr> |
|
818 | <tr> | |
797 | <th style="text-align:left;">branch</th> |
|
819 | <th style="text-align:left;">branch</th> | |
798 | <td></td> |
|
820 | <td>a-branch</td> | |
799 | </tr> |
|
821 | </tr> | |
800 | <tr> |
|
822 | <tr> | |
801 | <th style="text-align:left;">bookmark</th> |
|
823 | <th style="text-align:left;">bookmark</th> | |
@@ -842,11 +864,11 b' atom log' | |||||
842 | </tr> |
|
864 | </tr> | |
843 | <tr> |
|
865 | <tr> | |
844 | <th style="text-align:left;">bookmark</th> |
|
866 | <th style="text-align:left;">bookmark</th> | |
845 | <td></td> |
|
867 | <td>a-bookmark</td> | |
846 | </tr> |
|
868 | </tr> | |
847 | <tr> |
|
869 | <tr> | |
848 | <th style="text-align:left;">tag</th> |
|
870 | <th style="text-align:left;">tag</th> | |
849 | <td></td> |
|
871 | <td>a-tag</td> | |
850 | </tr> |
|
872 | </tr> | |
851 | <tr> |
|
873 | <tr> | |
852 | <th style="text-align:left;">user</th> |
|
874 | <th style="text-align:left;">user</th> |
General Comments 0
You need to be logged in to leave comments.
Login now