Chromium Code Reviews

Unified Diff: recipe_modules/bot_update/example.expected/no_reset_soft.json

Issue 1837453002: Add --gerrit_no_reset for who need to use FETCH_HEAD revision. (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 4 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Index: recipe_modules/bot_update/example.expected/no_reset_soft.json
diff --git a/recipe_modules/bot_update/example.expected/clobber.json b/recipe_modules/bot_update/example.expected/no_reset_soft.json
similarity index 97%
copy from recipe_modules/bot_update/example.expected/clobber.json
copy to recipe_modules/bot_update/example.expected/no_reset_soft.json
index 1e7b544f2a5add3674547b31b78432b05a6b4f71..6f67a854ed7dc142921e8d0c4464df4f958d108c 100644
--- a/recipe_modules/bot_update/example.expected/clobber.json
+++ b/recipe_modules/bot_update/example.expected/no_reset_soft.json
@@ -22,7 +22,7 @@
"/path/to/tmp/json",
"--revision",
"src@HEAD",
- "--clobber"
+ "--no_reset_soft"
],
"cwd": "[SLAVE_BUILD]",
"env": {
@@ -42,4 +42,4 @@
"recipe_result": null,
"status_code": 0
}
-]
+]

Powered by Google App Engine