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

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

Issue 1925873002: Add git_cl recipe module. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@set_desc
Patch Set: remove old stuff. Created 4 years, 7 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
(Empty)
1 [
2 {
3 "cmd": [
4 "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
5 "-d"
6 ],
7 "cwd": "[TMP_BASE]/fakee_tmp_1",
8 "name": "git_cl description",
9 "stdout": "/path/to/tmp/"
10 },
11 {
12 "cmd": [
13 "echo",
14 "hi"
15 ],
16 "name": "echo"
17 },
18 {
19 "cmd": [
20 "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
21 "-d"
22 ],
23 "cwd": "[TMP_BASE]/fakerepo_tmp_2",
24 "name": "git_cl description (2)",
25 "stdout": "/path/to/tmp/"
26 },
27 {
28 "cmd": [
29 "echo",
30 "hey"
31 ],
32 "name": "echo (2)"
33 },
34 {
35 "cmd": [
36 "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
37 "-n",
38 "-"
39 ],
40 "cwd": "[TMP_BASE]/fakerepo_tmp_2",
41 "name": "git_cl set description",
42 "stdin": "new description woo",
43 "stdout": "/path/to/tmp/"
44 },
45 {
46 "cmd": [
47 "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
48 "-d"
49 ],
50 "cwd": "[TMP_BASE]/fakerepo_tmp_2",
51 "name": "git_cl description (3)",
52 "stdout": "/path/to/tmp/"
53 },
54 {
55 "cmd": [
56 "echo",
57 "new description woo"
58 ],
59 "name": "echo (3)"
60 },
61 {
62 "name": "$result",
63 "recipe_result": null,
64 "status_code": 0
65 }
66 ]
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