equal
deleted
inserted
replaced
1045 |
1045 |
1046 </div> |
1046 </div> |
1047 </body> |
1047 </body> |
1048 </html> |
1048 </html> |
1049 |
1049 |
|
1050 raw graph |
|
1051 |
|
1052 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '/graph/?style=raw' |
|
1053 200 Script output follows |
|
1054 |
|
1055 |
|
1056 # HG graph |
|
1057 # Node ID ba87b23d29ca67a305625d81a20ac279c1e3f444 |
|
1058 # Rows shown 4 |
|
1059 |
|
1060 changeset: ba87b23d29ca |
|
1061 user: test |
|
1062 date: 1970-01-01 |
|
1063 summary: branch |
|
1064 branch: unstable |
|
1065 tag: tip |
|
1066 bookmark: something |
|
1067 |
|
1068 node: (0, 0) (color 1) |
|
1069 edge: (0, 0) -> (0, 1) (color 1) |
|
1070 |
|
1071 changeset: 1d22e65f027e |
|
1072 user: test |
|
1073 date: 1970-01-01 |
|
1074 summary: branch |
|
1075 branch: stable |
|
1076 |
|
1077 node: (0, 1) (color 1) |
|
1078 edge: (0, 1) -> (0, 2) (color 1) |
|
1079 |
|
1080 changeset: a4f92ed23982 |
|
1081 user: test |
|
1082 date: 1970-01-01 |
|
1083 summary: Added tag 1.0 for changeset 2ef0ac749a14 |
|
1084 branch: default |
|
1085 |
|
1086 node: (0, 2) (color 1) |
|
1087 edge: (0, 2) -> (0, 3) (color 1) |
|
1088 |
|
1089 changeset: 2ef0ac749a14 |
|
1090 user: test |
|
1091 date: 1970-01-01 |
|
1092 summary: base |
|
1093 tag: 1.0 |
|
1094 bookmark: anotherthing |
|
1095 |
|
1096 node: (0, 3) (color 1) |
|
1097 |
|
1098 |
1050 |
1099 |
1051 capabilities |
1100 capabilities |
1052 |
1101 |
1053 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '?cmd=capabilities'; echo |
1102 $ "$TESTDIR/get-with-headers.py" 127.0.0.1:$HGPORT '?cmd=capabilities'; echo |
1054 200 Script output follows |
1103 200 Script output follows |