Index: recipe_modules/git/example.expected/basic_ref.json |
diff --git a/recipe_modules/git/example.expected/basic_ref.json b/recipe_modules/git/example.expected/basic_ref.json |
index 4a73951a136bc7ad3206c4b8ce0fab3cb5b71e76..d9d9b7941488e6f3cd2436af34cd5a15993a9d31 100644 |
--- a/recipe_modules/git/example.expected/basic_ref.json |
+++ b/recipe_modules/git/example.expected/basic_ref.json |
@@ -155,6 +155,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" |
], |