Show More
@@ -9,10 +9,13 b" changelistentry = '\\{" | |||
|
9 | 9 | "node": {node|json}, |
|
10 | 10 | "date": {date|json}, |
|
11 | 11 | "desc": {desc|utf8|json}, |
|
12 | "branch": {if(branch, branch%changesetbranch, "default"|json)}, | |
|
12 | 13 | "bookmarks": [{join(bookmarks%changelistentryname, ", ")}], |
|
13 | 14 | "tags": [{join(tags%changelistentryname, ", ")}], |
|
14 | 15 | "user": {author|utf8|json}, |
|
15 | "parents": [{join(allparents%changesetparent, ", ")}] | |
|
16 | "phase": {phase|json}, | |
|
17 | "parents": [{if(allparents, join(allparents%changesetparent, ", "), | |
|
18 | join(parent%changesetparent, ", "))}] | |
|
16 | 19 | }' |
|
17 | 20 | changelistentryname = '{name|utf8|json}' |
|
18 | 21 | changeset = '\{ |
@@ -156,7 +159,9 b" fileannotation = '\\{" | |||
|
156 | 159 | "lineno": {lineno|json}, |
|
157 | 160 | "revdate": {revdate|json} |
|
158 | 161 | }' |
|
159 | filelog = '"not yet implemented"' | |
|
162 | filelog = '\{ | |
|
163 | "entries": [{join(entries%changelistentry, ", ")}] | |
|
164 | }' | |
|
160 | 165 | graph = '"not yet implemented"' |
|
161 | 166 | helptopics = '\{ |
|
162 | 167 | "topics": [{join(topics%helptopicentry, ", ")}], |
@@ -169,6 +169,7 b' changelog/ shows information about sever' | |||
|
169 | 169 | "changesets": [ |
|
170 | 170 | { |
|
171 | 171 | "bookmarks": [], |
|
172 | "branch": "default", | |
|
172 | 173 | "date": [ |
|
173 | 174 | 0.0, |
|
174 | 175 | 0 |
@@ -179,6 +180,7 b' changelog/ shows information about sever' | |||
|
179 | 180 | "ceed296fe500c3fac9541e31dad860cb49c89e45", |
|
180 | 181 | "ed66c30e87eb65337c05a4229efaa5f1d5285a90" |
|
181 | 182 | ], |
|
183 | "phase": "draft", | |
|
182 | 184 | "tags": [ |
|
183 | 185 | "tip" |
|
184 | 186 | ], |
@@ -186,6 +188,7 b' changelog/ shows information about sever' | |||
|
186 | 188 | }, |
|
187 | 189 | { |
|
188 | 190 | "bookmarks": [], |
|
191 | "branch": "test-branch", | |
|
189 | 192 | "date": [ |
|
190 | 193 | 0.0, |
|
191 | 194 | 0 |
@@ -195,11 +198,13 b' changelog/ shows information about sever' | |||
|
195 | 198 | "parents": [ |
|
196 | 199 | "6ab967a8ab3489227a83f80e920faa039a71819f" |
|
197 | 200 | ], |
|
201 | "phase": "draft", | |
|
198 | 202 | "tags": [], |
|
199 | 203 | "user": "test" |
|
200 | 204 | }, |
|
201 | 205 | { |
|
202 | 206 | "bookmarks": [], |
|
207 | "branch": "test-branch", | |
|
203 | 208 | "date": [ |
|
204 | 209 | 0.0, |
|
205 | 210 | 0 |
@@ -209,6 +214,7 b' changelog/ shows information about sever' | |||
|
209 | 214 | "parents": [ |
|
210 | 215 | "06e557f3edf66faa1ccaba5dd8c203c21cc79f1e" |
|
211 | 216 | ], |
|
217 | "phase": "draft", | |
|
212 | 218 | "tags": [], |
|
213 | 219 | "user": "test" |
|
214 | 220 | }, |
@@ -216,6 +222,7 b' changelog/ shows information about sever' | |||
|
216 | 222 | "bookmarks": [ |
|
217 | 223 | "bookmark2" |
|
218 | 224 | ], |
|
225 | "branch": "default", | |
|
219 | 226 | "date": [ |
|
220 | 227 | 0.0, |
|
221 | 228 | 0 |
@@ -225,11 +232,13 b' changelog/ shows information about sever' | |||
|
225 | 232 | "parents": [ |
|
226 | 233 | "f2890a05fea49bfaf9fb27ed5490894eba32da78" |
|
227 | 234 | ], |
|
235 | "phase": "draft", | |
|
228 | 236 | "tags": [], |
|
229 | 237 | "user": "test" |
|
230 | 238 | }, |
|
231 | 239 | { |
|
232 | 240 | "bookmarks": [], |
|
241 | "branch": "default", | |
|
233 | 242 | "date": [ |
|
234 | 243 | 0.0, |
|
235 | 244 | 0 |
@@ -239,6 +248,7 b' changelog/ shows information about sever' | |||
|
239 | 248 | "parents": [ |
|
240 | 249 | "93a8ce14f89156426b7fa981af8042da53f03aa0" |
|
241 | 250 | ], |
|
251 | "phase": "draft", | |
|
242 | 252 | "tags": [ |
|
243 | 253 | "tag2" |
|
244 | 254 | ], |
@@ -246,6 +256,7 b' changelog/ shows information about sever' | |||
|
246 | 256 | }, |
|
247 | 257 | { |
|
248 | 258 | "bookmarks": [], |
|
259 | "branch": "default", | |
|
249 | 260 | "date": [ |
|
250 | 261 | 0.0, |
|
251 | 262 | 0 |
@@ -255,11 +266,13 b' changelog/ shows information about sever' | |||
|
255 | 266 | "parents": [ |
|
256 | 267 | "78896eb0e102174ce9278438a95e12543e4367a7" |
|
257 | 268 | ], |
|
269 | "phase": "public", | |
|
258 | 270 | "tags": [], |
|
259 | 271 | "user": "test" |
|
260 | 272 | }, |
|
261 | 273 | { |
|
262 | 274 | "bookmarks": [], |
|
275 | "branch": "default", | |
|
263 | 276 | "date": [ |
|
264 | 277 | 0.0, |
|
265 | 278 | 0 |
@@ -269,6 +282,7 b' changelog/ shows information about sever' | |||
|
269 | 282 | "parents": [ |
|
270 | 283 | "8d7c456572acf3557e8ed8a07286b10c408bcec5" |
|
271 | 284 | ], |
|
285 | "phase": "public", | |
|
272 | 286 | "tags": [ |
|
273 | 287 | "tag1" |
|
274 | 288 | ], |
@@ -278,6 +292,7 b' changelog/ shows information about sever' | |||
|
278 | 292 | "bookmarks": [ |
|
279 | 293 | "bookmark1" |
|
280 | 294 | ], |
|
295 | "branch": "default", | |
|
281 | 296 | "date": [ |
|
282 | 297 | 0.0, |
|
283 | 298 | 0 |
@@ -287,11 +302,13 b' changelog/ shows information about sever' | |||
|
287 | 302 | "parents": [ |
|
288 | 303 | "f8bbb9024b10f93cdbb8d940337398291d40dea8" |
|
289 | 304 | ], |
|
305 | "phase": "public", | |
|
290 | 306 | "tags": [], |
|
291 | 307 | "user": "test" |
|
292 | 308 | }, |
|
293 | 309 | { |
|
294 | 310 | "bookmarks": [], |
|
311 | "branch": "default", | |
|
295 | 312 | "date": [ |
|
296 | 313 | 0.0, |
|
297 | 314 | 0 |
@@ -301,11 +318,13 b' changelog/ shows information about sever' | |||
|
301 | 318 | "parents": [ |
|
302 | 319 | "06e557f3edf66faa1ccaba5dd8c203c21cc79f1e" |
|
303 | 320 | ], |
|
321 | "phase": "public", | |
|
304 | 322 | "tags": [], |
|
305 | 323 | "user": "test" |
|
306 | 324 | }, |
|
307 | 325 | { |
|
308 | 326 | "bookmarks": [], |
|
327 | "branch": "default", | |
|
309 | 328 | "date": [ |
|
310 | 329 | 0.0, |
|
311 | 330 | 0 |
@@ -313,6 +332,7 b' changelog/ shows information about sever' | |||
|
313 | 332 | "desc": "initial", |
|
314 | 333 | "node": "06e557f3edf66faa1ccaba5dd8c203c21cc79f1e", |
|
315 | 334 | "parents": [], |
|
335 | "phase": "public", | |
|
316 | 336 | "tags": [], |
|
317 | 337 | "user": "test" |
|
318 | 338 | } |
@@ -330,6 +350,7 b' changelog/{revision} shows information s' | |||
|
330 | 350 | "changesets": [ |
|
331 | 351 | { |
|
332 | 352 | "bookmarks": [], |
|
353 | "branch": "default", | |
|
333 | 354 | "date": [ |
|
334 | 355 | 0.0, |
|
335 | 356 | 0 |
@@ -339,11 +360,13 b' changelog/{revision} shows information s' | |||
|
339 | 360 | "parents": [ |
|
340 | 361 | "06e557f3edf66faa1ccaba5dd8c203c21cc79f1e" |
|
341 | 362 | ], |
|
363 | "phase": "public", | |
|
342 | 364 | "tags": [], |
|
343 | 365 | "user": "test" |
|
344 | 366 | }, |
|
345 | 367 | { |
|
346 | 368 | "bookmarks": [], |
|
369 | "branch": "default", | |
|
347 | 370 | "date": [ |
|
348 | 371 | 0.0, |
|
349 | 372 | 0 |
@@ -351,6 +374,7 b' changelog/{revision} shows information s' | |||
|
351 | 374 | "desc": "initial", |
|
352 | 375 | "node": "06e557f3edf66faa1ccaba5dd8c203c21cc79f1e", |
|
353 | 376 | "parents": [], |
|
377 | "phase": "public", | |
|
354 | 378 | "tags": [], |
|
355 | 379 | "user": "test" |
|
356 | 380 | } |
@@ -368,6 +392,7 b' shortlog/ shows information about a set ' | |||
|
368 | 392 | "changesets": [ |
|
369 | 393 | { |
|
370 | 394 | "bookmarks": [], |
|
395 | "branch": "default", | |
|
371 | 396 | "date": [ |
|
372 | 397 | 0.0, |
|
373 | 398 | 0 |
@@ -378,6 +403,7 b' shortlog/ shows information about a set ' | |||
|
378 | 403 | "ceed296fe500c3fac9541e31dad860cb49c89e45", |
|
379 | 404 | "ed66c30e87eb65337c05a4229efaa5f1d5285a90" |
|
380 | 405 | ], |
|
406 | "phase": "draft", | |
|
381 | 407 | "tags": [ |
|
382 | 408 | "tip" |
|
383 | 409 | ], |
@@ -385,6 +411,7 b' shortlog/ shows information about a set ' | |||
|
385 | 411 | }, |
|
386 | 412 | { |
|
387 | 413 | "bookmarks": [], |
|
414 | "branch": "test-branch", | |
|
388 | 415 | "date": [ |
|
389 | 416 | 0.0, |
|
390 | 417 | 0 |
@@ -394,11 +421,13 b' shortlog/ shows information about a set ' | |||
|
394 | 421 | "parents": [ |
|
395 | 422 | "6ab967a8ab3489227a83f80e920faa039a71819f" |
|
396 | 423 | ], |
|
424 | "phase": "draft", | |
|
397 | 425 | "tags": [], |
|
398 | 426 | "user": "test" |
|
399 | 427 | }, |
|
400 | 428 | { |
|
401 | 429 | "bookmarks": [], |
|
430 | "branch": "test-branch", | |
|
402 | 431 | "date": [ |
|
403 | 432 | 0.0, |
|
404 | 433 | 0 |
@@ -408,6 +437,7 b' shortlog/ shows information about a set ' | |||
|
408 | 437 | "parents": [ |
|
409 | 438 | "06e557f3edf66faa1ccaba5dd8c203c21cc79f1e" |
|
410 | 439 | ], |
|
440 | "phase": "draft", | |
|
411 | 441 | "tags": [], |
|
412 | 442 | "user": "test" |
|
413 | 443 | }, |
@@ -415,6 +445,7 b' shortlog/ shows information about a set ' | |||
|
415 | 445 | "bookmarks": [ |
|
416 | 446 | "bookmark2" |
|
417 | 447 | ], |
|
448 | "branch": "default", | |
|
418 | 449 | "date": [ |
|
419 | 450 | 0.0, |
|
420 | 451 | 0 |
@@ -424,11 +455,13 b' shortlog/ shows information about a set ' | |||
|
424 | 455 | "parents": [ |
|
425 | 456 | "f2890a05fea49bfaf9fb27ed5490894eba32da78" |
|
426 | 457 | ], |
|
458 | "phase": "draft", | |
|
427 | 459 | "tags": [], |
|
428 | 460 | "user": "test" |
|
429 | 461 | }, |
|
430 | 462 | { |
|
431 | 463 | "bookmarks": [], |
|
464 | "branch": "default", | |
|
432 | 465 | "date": [ |
|
433 | 466 | 0.0, |
|
434 | 467 | 0 |
@@ -438,6 +471,7 b' shortlog/ shows information about a set ' | |||
|
438 | 471 | "parents": [ |
|
439 | 472 | "93a8ce14f89156426b7fa981af8042da53f03aa0" |
|
440 | 473 | ], |
|
474 | "phase": "draft", | |
|
441 | 475 | "tags": [ |
|
442 | 476 | "tag2" |
|
443 | 477 | ], |
@@ -445,6 +479,7 b' shortlog/ shows information about a set ' | |||
|
445 | 479 | }, |
|
446 | 480 | { |
|
447 | 481 | "bookmarks": [], |
|
482 | "branch": "default", | |
|
448 | 483 | "date": [ |
|
449 | 484 | 0.0, |
|
450 | 485 | 0 |
@@ -454,11 +489,13 b' shortlog/ shows information about a set ' | |||
|
454 | 489 | "parents": [ |
|
455 | 490 | "78896eb0e102174ce9278438a95e12543e4367a7" |
|
456 | 491 | ], |
|
492 | "phase": "public", | |
|
457 | 493 | "tags": [], |
|
458 | 494 | "user": "test" |
|
459 | 495 | }, |
|
460 | 496 | { |
|
461 | 497 | "bookmarks": [], |
|
498 | "branch": "default", | |
|
462 | 499 | "date": [ |
|
463 | 500 | 0.0, |
|
464 | 501 | 0 |
@@ -468,6 +505,7 b' shortlog/ shows information about a set ' | |||
|
468 | 505 | "parents": [ |
|
469 | 506 | "8d7c456572acf3557e8ed8a07286b10c408bcec5" |
|
470 | 507 | ], |
|
508 | "phase": "public", | |
|
471 | 509 | "tags": [ |
|
472 | 510 | "tag1" |
|
473 | 511 | ], |
@@ -477,6 +515,7 b' shortlog/ shows information about a set ' | |||
|
477 | 515 | "bookmarks": [ |
|
478 | 516 | "bookmark1" |
|
479 | 517 | ], |
|
518 | "branch": "default", | |
|
480 | 519 | "date": [ |
|
481 | 520 | 0.0, |
|
482 | 521 | 0 |
@@ -486,11 +525,13 b' shortlog/ shows information about a set ' | |||
|
486 | 525 | "parents": [ |
|
487 | 526 | "f8bbb9024b10f93cdbb8d940337398291d40dea8" |
|
488 | 527 | ], |
|
528 | "phase": "public", | |
|
489 | 529 | "tags": [], |
|
490 | 530 | "user": "test" |
|
491 | 531 | }, |
|
492 | 532 | { |
|
493 | 533 | "bookmarks": [], |
|
534 | "branch": "default", | |
|
494 | 535 | "date": [ |
|
495 | 536 | 0.0, |
|
496 | 537 | 0 |
@@ -500,11 +541,13 b' shortlog/ shows information about a set ' | |||
|
500 | 541 | "parents": [ |
|
501 | 542 | "06e557f3edf66faa1ccaba5dd8c203c21cc79f1e" |
|
502 | 543 | ], |
|
544 | "phase": "public", | |
|
503 | 545 | "tags": [], |
|
504 | 546 | "user": "test" |
|
505 | 547 | }, |
|
506 | 548 | { |
|
507 | 549 | "bookmarks": [], |
|
550 | "branch": "default", | |
|
508 | 551 | "date": [ |
|
509 | 552 | 0.0, |
|
510 | 553 | 0 |
@@ -512,6 +555,7 b' shortlog/ shows information about a set ' | |||
|
512 | 555 | "desc": "initial", |
|
513 | 556 | "node": "06e557f3edf66faa1ccaba5dd8c203c21cc79f1e", |
|
514 | 557 | "parents": [], |
|
558 | "phase": "public", | |
|
515 | 559 | "tags": [], |
|
516 | 560 | "user": "test" |
|
517 | 561 | } |
@@ -862,7 +906,98 b' filelog/{revision}/{path} shows history ' | |||
|
862 | 906 | $ request json-filelog/f8bbb9024b10/foo |
|
863 | 907 | 200 Script output follows |
|
864 | 908 | |
|
865 | "not yet implemented" | |
|
909 | { | |
|
910 | "entries": [ | |
|
911 | { | |
|
912 | "bookmarks": [], | |
|
913 | "branch": "default", | |
|
914 | "date": [ | |
|
915 | 0.0, | |
|
916 | 0 | |
|
917 | ], | |
|
918 | "desc": "modify foo", | |
|
919 | "node": "f8bbb9024b10f93cdbb8d940337398291d40dea8", | |
|
920 | "parents": [ | |
|
921 | "06e557f3edf66faa1ccaba5dd8c203c21cc79f1e" | |
|
922 | ], | |
|
923 | "phase": "public", | |
|
924 | "tags": [], | |
|
925 | "user": "test" | |
|
926 | }, | |
|
927 | { | |
|
928 | "bookmarks": [], | |
|
929 | "branch": "default", | |
|
930 | "date": [ | |
|
931 | 0.0, | |
|
932 | 0 | |
|
933 | ], | |
|
934 | "desc": "initial", | |
|
935 | "node": "06e557f3edf66faa1ccaba5dd8c203c21cc79f1e", | |
|
936 | "parents": [], | |
|
937 | "phase": "public", | |
|
938 | "tags": [], | |
|
939 | "user": "test" | |
|
940 | } | |
|
941 | ] | |
|
942 | } | |
|
943 | ||
|
944 | $ request json-filelog/cc725e08502a/da/foo | |
|
945 | 200 Script output follows | |
|
946 | ||
|
947 | { | |
|
948 | "entries": [ | |
|
949 | { | |
|
950 | "bookmarks": [], | |
|
951 | "branch": "default", | |
|
952 | "date": [ | |
|
953 | 0.0, | |
|
954 | 0 | |
|
955 | ], | |
|
956 | "desc": "another commit to da/foo", | |
|
957 | "node": "f2890a05fea49bfaf9fb27ed5490894eba32da78", | |
|
958 | "parents": [ | |
|
959 | "8d7c456572acf3557e8ed8a07286b10c408bcec5" | |
|
960 | ], | |
|
961 | "phase": "draft", | |
|
962 | "tags": [ | |
|
963 | "tag2" | |
|
964 | ], | |
|
965 | "user": "test" | |
|
966 | }, | |
|
967 | { | |
|
968 | "bookmarks": [ | |
|
969 | "bookmark1" | |
|
970 | ], | |
|
971 | "branch": "default", | |
|
972 | "date": [ | |
|
973 | 0.0, | |
|
974 | 0 | |
|
975 | ], | |
|
976 | "desc": "modify da/foo", | |
|
977 | "node": "8d7c456572acf3557e8ed8a07286b10c408bcec5", | |
|
978 | "parents": [ | |
|
979 | "06e557f3edf66faa1ccaba5dd8c203c21cc79f1e" | |
|
980 | ], | |
|
981 | "phase": "public", | |
|
982 | "tags": [], | |
|
983 | "user": "test" | |
|
984 | }, | |
|
985 | { | |
|
986 | "bookmarks": [], | |
|
987 | "branch": "default", | |
|
988 | "date": [ | |
|
989 | 0.0, | |
|
990 | 0 | |
|
991 | ], | |
|
992 | "desc": "initial", | |
|
993 | "node": "06e557f3edf66faa1ccaba5dd8c203c21cc79f1e", | |
|
994 | "parents": [], | |
|
995 | "phase": "public", | |
|
996 | "tags": [], | |
|
997 | "user": "test" | |
|
998 | } | |
|
999 | ] | |
|
1000 | } | |
|
866 | 1001 | |
|
867 | 1002 | (archive/ doesn't use templating, so ignore it) |
|
868 | 1003 |
General Comments 0
You need to be logged in to leave comments.
Login now