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

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: Re-gen expectations 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
« no previous file with comments | « 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..ca5035fcfb03e2b6099a314db4ab870a64254b84 100644
--- a/recipe_modules/git_cl/example.expected/basic.json
+++ b/recipe_modules/git_cl/example.expected/basic.json
@@ -2,6 +2,23 @@
{
"cmd": [
"RECIPE_PACKAGE_REPO[depot_tools]/git_cl.py",
+ "upload",
+ "--message-file",
+ "Do the thing foobar\nNow with emoji: \ud83d\ude04"
+ ],
+ "name": "git_cl upload"
+ },
+ {
+ "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",
« 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