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

Unified Diff: recipe_modules/git/example.expected/platform_win.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/platform_win.json
diff --git a/recipe_modules/git/example.expected/platform_win.json b/recipe_modules/git/example.expected/platform_win.json
index b12b3b0c62df9e5932e3ec9eeca6da015042b6ce..27d89c49f19d5369a881cf0a89f5b1c03432d36d 100644
--- a/recipe_modules/git/example.expected/platform_win.json
+++ b/recipe_modules/git/example.expected/platform_win.json
@@ -168,6 +168,32 @@
{
"cmd": [
"RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
+ "new-branch",
+ "refactor"
+ ],
+ "cwd": "[SLAVE_BUILD]\\src",
+ "env": {
+ "PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s"
+ },
+ "name": "git new-branch refactor"
+ },
+ {
+ "cmd": [
+ "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
+ "new-branch",
+ "feature",
+ "--upstream",
+ "refactor"
+ ],
+ "cwd": "[SLAVE_BUILD]\\src",
+ "env": {
+ "PATH": "RECIPE_PACKAGE_REPO[depot_tools];%(PATH)s"
+ },
+ "name": "git new-branch feature"
+ },
+ {
+ "cmd": [
+ "RECIPE_PACKAGE_REPO[depot_tools]\\git.bat",
"rebase",
"origin/master"
],
« no previous file with comments | « recipe_modules/git/example.expected/git-cache-checkout.json ('k') | recipe_modules/git/example.expected/rebase_failed.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698