Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(181)

Side by Side Diff: recipe_modules/git_cl/example.expected/basic.json

Issue 2087093002: Add upload and issue to git_cl recipe module (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Re-gen expectations Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « recipe_modules/git_cl/example.py ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 [ 1 [
2 { 2 {
3 "cmd": [ 3 "cmd": [
4 "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py", 4 "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
5 "upload",
6 "--message-file",
7 "Do the thing foobar\nNow with emoji: \ud83d\ude04"
8 ],
9 "name": "git_cl upload"
10 },
11 {
12 "cmd": [
13 "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
14 "issue"
15 ],
16 "name": "git_cl issue",
17 "stdout": "/path/to/tmp/"
18 },
19 {
20 "cmd": [
21 "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
5 "description", 22 "description",
6 "-d", 23 "-d",
7 "--rietveld", 24 "--rietveld",
8 "https://code.review/123" 25 "https://code.review/123"
9 ], 26 ],
10 "name": "git_cl description (build)", 27 "name": "git_cl description (build)",
11 "stdout": "/path/to/tmp/" 28 "stdout": "/path/to/tmp/"
12 }, 29 },
13 { 30 {
14 "cmd": [ 31 "cmd": [
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
75 "new description woo" 92 "new description woo"
76 ], 93 ],
77 "name": "echo (3)" 94 "name": "echo (3)"
78 }, 95 },
79 { 96 {
80 "name": "$result", 97 "name": "$result",
81 "recipe_result": null, 98 "recipe_result": null,
82 "status_code": 0 99 "status_code": 0
83 } 100 }
84 ] 101 ]
OLDNEW
« no previous file with comments | « recipe_modules/git_cl/example.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698