Show More
@@ -65,6 +65,7 b" changeset = '\\{" | |||||
65 | "tags": [{join(changesettag, ", ")}], |
|
65 | "tags": [{join(changesettag, ", ")}], | |
66 | "user": {author|utf8|json}, |
|
66 | "user": {author|utf8|json}, | |
67 | "parents": [{join(parent%changesetparent, ", ")}], |
|
67 | "parents": [{join(parent%changesetparent, ", ")}], | |
|
68 | "children": [{join(child%changesetparent, ", ")}], | |||
68 | "files": [{join(files, ", ")}], |
|
69 | "files": [{join(files, ", ")}], | |
69 | "diff": [{join(diff, ", ")}], |
|
70 | "diff": [{join(diff, ", ")}], | |
70 | "phase": {phase|json} |
|
71 | "phase": {phase|json} |
@@ -777,6 +777,7 b' changeset/ renders the tip changeset' | |||||
777 | { |
|
777 | { | |
778 | "bookmarks": [], |
|
778 | "bookmarks": [], | |
779 | "branch": "default", |
|
779 | "branch": "default", | |
|
780 | "children": [], | |||
780 | "date": [ |
|
781 | "date": [ | |
781 | 0.0, |
|
782 | 0.0, | |
782 | 0 |
|
783 | 0 | |
@@ -809,6 +810,9 b' changeset/{revision} shows tags' | |||||
809 | { |
|
810 | { | |
810 | "bookmarks": [], |
|
811 | "bookmarks": [], | |
811 | "branch": "default", |
|
812 | "branch": "default", | |
|
813 | "children": [ | |||
|
814 | "93a8ce14f89156426b7fa981af8042da53f03aa0" | |||
|
815 | ], | |||
812 | "date": [ |
|
816 | "date": [ | |
813 | 0.0, |
|
817 | 0.0, | |
814 | 0 |
|
818 | 0 | |
@@ -897,6 +901,9 b' changeset/{revision} shows bookmarks' | |||||
897 | "bookmark1" |
|
901 | "bookmark1" | |
898 | ], |
|
902 | ], | |
899 | "branch": "default", |
|
903 | "branch": "default", | |
|
904 | "children": [ | |||
|
905 | "78896eb0e102174ce9278438a95e12543e4367a7" | |||
|
906 | ], | |||
900 | "date": [ |
|
907 | "date": [ | |
901 | 0.0, |
|
908 | 0.0, | |
902 | 0 |
|
909 | 0 | |
@@ -957,6 +964,9 b' changeset/{revision} shows branches' | |||||
957 | { |
|
964 | { | |
958 | "bookmarks": [], |
|
965 | "bookmarks": [], | |
959 | "branch": "test-branch", |
|
966 | "branch": "test-branch", | |
|
967 | "children": [ | |||
|
968 | "ed66c30e87eb65337c05a4229efaa5f1d5285a90" | |||
|
969 | ], | |||
960 | "date": [ |
|
970 | "date": [ | |
961 | 0.0, |
|
971 | 0.0, | |
962 | 0 |
|
972 | 0 |
General Comments 0
You need to be logged in to leave comments.
Login now