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" |
], |