Index: recipe_modules/git/example.expected/remote_not_origin.json |
diff --git a/recipe_modules/git/example.expected/remote_not_origin.json b/recipe_modules/git/example.expected/remote_not_origin.json |
index 5132e1b4a0a57fab1fa10f9a8af45d1992d632f6..0514ebb70b1c81a58e0ecb1f95f284b2d9833866 100644 |
--- a/recipe_modules/git/example.expected/remote_not_origin.json |
+++ b/recipe_modules/git/example.expected/remote_not_origin.json |
@@ -157,6 +157,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", |
"not_origin/master" |
], |