| Index: recipe_modules/git/example.expected/rebase_failed.json
|
| diff --git a/recipe_modules/git/example.expected/rebase_failed.json b/recipe_modules/git/example.expected/rebase_failed.json
|
| index 82ff98064c107a86bfc5aacecdd7d8403a9eed4d..d44b67d688ec0aa6acb40977b680b739db2d8ee7 100644
|
| --- a/recipe_modules/git/example.expected/rebase_failed.json
|
| +++ b/recipe_modules/git/example.expected/rebase_failed.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"
|
| ],
|
|
|