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

Unified Diff: recipe_modules/git/example.expected/set_got_revision.json

Issue 2369073002: git recipe_module: git new-branch. (Closed)
Patch Set: Review. Created 4 years, 3 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/example.expected/remote_not_origin.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: recipe_modules/git/example.expected/set_got_revision.json
diff --git a/recipe_modules/git/example.expected/set_got_revision.json b/recipe_modules/git/example.expected/set_got_revision.json
index 685431f52360fa722d9c026a1244e35dd60c9821..15dfd1c33a94e09a7b247837e858bf3aa09b1247 100644
--- a/recipe_modules/git/example.expected/set_got_revision.json
+++ b/recipe_modules/git/example.expected/set_got_revision.json
@@ -156,6 +156,32 @@
{
"cmd": [
"git",
+ "new-branch",
+ "refactor"
+ ],
+ "cwd": "[SLAVE_BUILD]/src",
+ "env": {
+ "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
+ },
+ "name": "git new-branch refactor"
+ },
+ {
+ "cmd": [
+ "git",
+ "new-branch",
+ "feature",
+ "--upstream",
+ "refactor"
+ ],
+ "cwd": "[SLAVE_BUILD]/src",
+ "env": {
+ "PATH": "RECIPE_PACKAGE_REPO[depot_tools]:%(PATH)s"
+ },
+ "name": "git new-branch feature"
+ },
+ {
+ "cmd": [
+ "git",
"rebase",
"origin/master"
],
« no previous file with comments | « recipe_modules/git/example.expected/remote_not_origin.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698