Index: recipe_modules/git/example.expected/basic_submodule_update_force.json |
diff --git a/recipe_modules/git/example.expected/basic_submodule_update_force.json b/recipe_modules/git/example.expected/basic_submodule_update_force.json |
index d5f2f28d282fc52062d9036487828f5deb6f5235..6af758912217565188123ce4db40d775f24316a9 100644 |
--- a/recipe_modules/git/example.expected/basic_submodule_update_force.json |
+++ b/recipe_modules/git/example.expected/basic_submodule_update_force.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" |
], |