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

Unified 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: Created 4 years, 6 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 side-by-side diff with in-line comments
Download patch
« recipe_modules/git_cl/api.py ('K') | « recipe_modules/git_cl/example.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/git_cl/example.expected/basic.json
diff --git a/recipe_modules/git_cl/example.expected/basic.json b/recipe_modules/git_cl/example.expected/basic.json
index 43ed4c86725a973fc4783b84adba3f70f72e560e..2e7e425192024d283262d5977c4ac865a294b8e5 100644
--- a/recipe_modules/git_cl/example.expected/basic.json
+++ b/recipe_modules/git_cl/example.expected/basic.json
@@ -2,6 +2,34 @@
{
"cmd": [
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
+ "upload",
+ "-m",
+ "Do the thing foobar..."
+ ],
+ "name": "git_cl upload"
+ },
+ {
+ "cmd": [
+ "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
+ "description",
+ "-n",
+ "-"
+ ],
+ "name": "git_cl set description",
+ "stdin": "Do the thing foobar\nNow with emoji: \u00f0\u009f\u0098\u0084",
+ "stdout": "/path/to/tmp/"
+ },
+ {
+ "cmd": [
+ "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
+ "issue"
+ ],
+ "name": "git_cl issue",
+ "stdout": "/path/to/tmp/"
+ },
+ {
+ "cmd": [
+ "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
"description",
"-d",
"--rietveld",
@@ -19,7 +47,7 @@
"https://code.review/123",
"--rietveld"
],
- "name": "git_cl set description",
+ "name": "git_cl set description (2)",
"stdin": "bammmm",
"stdout": "/path/to/tmp/"
},
@@ -55,7 +83,7 @@
"-"
],
"cwd": "[TMP_BASE]/fakerepo_tmp_1",
- "name": "git_cl set description (2)",
+ "name": "git_cl set description (3)",
"stdin": "new description woo",
"stdout": "/path/to/tmp/"
},
« recipe_modules/git_cl/api.py ('K') | « recipe_modules/git_cl/example.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698