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

Unified Diff: recipe_modules/git_cl/example.expected/basic.json

Issue 1915833003: tryserver recipe_module: Add get_tags. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Fix copyright. Created 4 years, 8 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
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 e85b5dec3323d7028602e7f03530553c63e17496..7d645a8a142adff661e343298c0d882ee0075ab0 100644
--- a/recipe_modules/git_cl/example.expected/basic.json
+++ b/recipe_modules/git_cl/example.expected/basic.json
@@ -2,14 +2,27 @@
{
"cmd": [
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
- "-d"
+ "-d",
+ "https://code.review/123",
+ "--rietveld"
],
- "cwd": "[TMP_BASE]/fakee_tmp_1",
"name": "git_cl description",
"stdout": "/path/to/tmp/"
},
{
"cmd": [
+ "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
+ "-n",
+ "-",
+ "https://code.review/123",
+ "--rietveld"
+ ],
+ "name": "git_cl set description",
+ "stdin": "bammmm",
+ "stdout": "/path/to/tmp/"
+ },
+ {
+ "cmd": [
"echo",
"hi"
],
@@ -20,7 +33,7 @@
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
"-d"
],
- "cwd": "[TMP_BASE]/fakerepo_tmp_2",
+ "cwd": "[TMP_BASE]/fakerepo_tmp_1",
"name": "git_cl description (2)",
"stdout": "/path/to/tmp/"
},
@@ -37,8 +50,8 @@
"-n",
"-"
],
- "cwd": "[TMP_BASE]/fakerepo_tmp_2",
- "name": "git_cl set description",
+ "cwd": "[TMP_BASE]/fakerepo_tmp_1",
+ "name": "git_cl set description (2)",
"stdin": "new description woo",
"stdout": "/path/to/tmp/"
},
@@ -47,7 +60,7 @@
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
"-d"
],
- "cwd": "[TMP_BASE]/fakerepo_tmp_2",
+ "cwd": "[TMP_BASE]/fakerepo_tmp_1",
"name": "git_cl description (3)",
"stdout": "/path/to/tmp/"
},

Powered by Google App Engine
This is Rietveld 408576698