Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(235)

Unified Diff: recipe_modules/git/example.expected/cat-file_test.json

Issue 2369073002: git recipe_module: git new-branch. (Closed)
Patch Set: Review. Created 4 years, 3 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: recipe_modules/git/example.expected/cat-file_test.json
diff --git a/recipe_modules/git/example.expected/cat-file_test.json b/recipe_modules/git/example.expected/cat-file_test.json
index dd24905e9e09236966a2e59fdf8868a255d41388..94cac85325a76c2e7ce32ca6bcb9ae692a28aafe 100644
--- a/recipe_modules/git/example.expected/cat-file_test.json
+++ b/recipe_modules/git/example.expected/cat-file_test.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"
],

Powered by Google App Engine
This is Rietveld 408576698