| Index: recipe_modules/git/example.expected/basic_branch.json
|
| diff --git a/recipe_modules/git/example.expected/basic_branch.json b/recipe_modules/git/example.expected/basic_branch.json
|
| index 4a63e621a098be7672830641f83a964084b0f858..fca2bb50fa548206f8522ba044c720ee8ed52fd9 100644
|
| --- a/recipe_modules/git/example.expected/basic_branch.json
|
| +++ b/recipe_modules/git/example.expected/basic_branch.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"
|
| ],
|
|
|