Skip to content

Commit ee690b8

Browse files
committed
Improve cherry-pick demo
1 parent 91efb38 commit ee690b8

File tree

1 file changed

+54
-36
lines changed

1 file changed

+54
-36
lines changed

js/demos.js

Lines changed: 54 additions & 36 deletions
Original file line numberDiff line numberDiff line change
@@ -250,80 +250,98 @@ define([], function () {
250250
"message": "first commit",
251251
"parent": "initial",
252252
"cx": 50,
253-
"cy": 330,
253+
"cy": 318,
254254
"branchless": false
255255
},
256256
{
257-
"id": "1453f27",
257+
"id": "790dd94",
258258
"tags": [],
259259
"parent": "e137e9b",
260260
"cx": 140,
261-
"cy": 330,
261+
"cy": 318,
262262
"branchless": false
263263
},
264264
{
265-
"id": "89613dc",
266-
"tags": [],
267-
"parent": "1453f27",
265+
"id": "96e9ce7",
266+
"tags": [
267+
"[bugfix1]"
268+
],
269+
"parent": "790dd94",
268270
"cx": 230,
269-
"cy": 330,
271+
"cy": 318,
270272
"branchless": false
271273
},
272274
{
273-
"id": "378e507",
274-
"tags": [ "[bugfix2]" ],
275-
"parent": "89613dc",
275+
"id": "44db644",
276+
"tags": [],
277+
"parent": "96e9ce7",
276278
"cx": 320,
277-
"cy": 330,
279+
"cy": 318,
278280
"branchless": false
279281
},
280282
{
281-
"id": "0fdc964",
283+
"id": "06127d7",
282284
"tags": [],
283-
"parent": "89613dc",
284-
"cx": 320,
285-
"cy": 240,
285+
"parent": "44db644",
286+
"cx": 410,
287+
"cy": 318,
286288
"branchless": false
287289
},
288290
{
289-
"id": "e2c97ff",
291+
"id": "60c6c2c",
292+
"tags": [],
293+
"parent": "790dd94",
294+
"cx": 230,
295+
"cy": 228,
296+
"branchless": false
297+
},
298+
{
299+
"id": "8f7c801",
290300
"tags": [
291-
"bugfix"
301+
"release",
302+
"HEAD"
292303
],
293-
"parent": "0fdc964",
294-
"cx": 410,
295-
"cy": 240,
304+
"parent": "60c6c2c",
305+
"cx": 320,
306+
"cy": 228,
296307
"branchless": false
297308
},
298309
{
299-
"id": "7561647",
310+
"id": "78ecb32",
300311
"tags": [],
301-
"parent": "1453f27",
302-
"cx": 230,
303-
"cy": 240,
312+
"parent": "44db644",
313+
"cx": 410,
314+
"cy": 228,
304315
"branchless": false
305316
},
306317
{
307-
"id": "af18be0",
318+
"id": "12e9bbb",
308319
"tags": [
309-
"release"
320+
"bugfix2"
310321
],
311-
"parent": "7561647",
312-
"cx": 320,
313-
"cy": 150,
322+
"parent": "78ecb32",
323+
"cx": 500,
324+
"cy": 228,
314325
"branchless": false
315326
},
316327
{
317-
"parent2": "e2c97ff",
318-
"id": "37b7579",
328+
"id": "e8ce346",
329+
"tags": [],
330+
"parent": "06127d7",
331+
"cx": 500,
332+
"cy": 318,
333+
"branchless": false
334+
},
335+
{
336+
"parent2": "12e9bbb",
337+
"id": "5749661",
319338
"tags": [
320-
"master",
321-
"HEAD"
339+
"master"
322340
],
323341
"message": "Merge",
324-
"parent": "378e507",
325-
"cx": 500,
326-
"cy": 330,
342+
"parent": "e8ce346",
343+
"cx": 590,
344+
"cy": 318,
327345
"branchless": false
328346
}
329347
]

0 commit comments

Comments
 (0)