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

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: Minor things. 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « recipe_modules/git_cl/example.py ('k') | recipe_modules/tryserver/__init__.py » ('j') | 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 e85b5dec3323d7028602e7f03530553c63e17496..43ed4c86725a973fc4783b84adba3f70f72e560e 100644
--- a/recipe_modules/git_cl/example.expected/basic.json
+++ b/recipe_modules/git_cl/example.expected/basic.json
@@ -2,10 +2,25 @@
{
"cmd": [
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
- "-d"
+ "description",
+ "-d",
+ "--rietveld",
+ "https://code.review/123"
],
- "cwd": "[TMP_BASE]/fakee_tmp_1",
- "name": "git_cl description",
+ "name": "git_cl description (build)",
+ "stdout": "/path/to/tmp/"
+ },
+ {
+ "cmd": [
+ "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
+ "description",
+ "-n",
+ "-",
+ "https://code.review/123",
+ "--rietveld"
+ ],
+ "name": "git_cl set description",
+ "stdin": "bammmm",
"stdout": "/path/to/tmp/"
},
{
@@ -18,10 +33,11 @@
{
"cmd": [
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
+ "description",
"-d"
],
- "cwd": "[TMP_BASE]/fakerepo_tmp_2",
- "name": "git_cl description (2)",
+ "cwd": "[TMP_BASE]/fakerepo_tmp_1",
+ "name": "git_cl description",
"stdout": "/path/to/tmp/"
},
{
@@ -34,21 +50,23 @@
{
"cmd": [
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
+ "description",
"-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/"
},
{
"cmd": [
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
+ "description",
"-d"
],
- "cwd": "[TMP_BASE]/fakerepo_tmp_2",
- "name": "git_cl description (3)",
+ "cwd": "[TMP_BASE]/fakerepo_tmp_1",
+ "name": "git_cl description (2)",
"stdout": "/path/to/tmp/"
},
{
« no previous file with comments | « recipe_modules/git_cl/example.py ('k') | recipe_modules/tryserver/__init__.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698