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

Unified Diff: recipe_modules/tryserver/example.expected/with_rietveld_patch.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
Index: recipe_modules/tryserver/example.expected/with_rietveld_patch.json
diff --git a/recipe_modules/tryserver/example.expected/with_rietveld_patch.json b/recipe_modules/tryserver/example.expected/with_rietveld_patch.json
index 4c3bb4acb34c7f9d2d623441537bc3ef0b7515aa..1d0b488c08fbbf0b93ea695ae193153b2afb7b86 100644
--- a/recipe_modules/tryserver/example.expected/with_rietveld_patch.json
+++ b/recipe_modules/tryserver/example.expected/with_rietveld_patch.json
@@ -21,6 +21,32 @@
},
{
"cmd": [
+ "RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
+ "description",
+ "-d",
+ "--rietveld",
+ "https://codereview.chromium.org/12853011"
+ ],
+ "name": "git_cl description",
+ "stdout": "/path/to/tmp/"
+ },
+ {
+ "cmd": [
+ "python",
+ "-u",
+ "RECIPE_PACKAGE_REPO[depot_tools]/git_footers.py",
+ "--json",
+ "/path/to/tmp/json"
+ ],
+ "name": "parse description",
+ "stdin": "foobar",
+ "~followup_annotations": [
+ "@@@STEP_LOG_LINE@json.output (invalid)@null@@@",
+ "@@@STEP_LOG_END@json.output (invalid)@@@"
+ ]
+ },
+ {
+ "cmd": [
"git",
"diff",
"--cached",

Powered by Google App Engine
This is Rietveld 408576698